summaryrefslogtreecommitdiff
path: root/src/glean/tvtxperf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/glean/tvtxperf.cpp')
-rw-r--r--src/glean/tvtxperf.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glean/tvtxperf.cpp b/src/glean/tvtxperf.cpp
index 90f9b33..0a9bbef 100644
--- a/src/glean/tvtxperf.cpp
+++ b/src/glean/tvtxperf.cpp
@@ -322,6 +322,7 @@ doComparison(const GLEAN::VPSubResult& oldR,
GLEAN::DrawingSurfaceConfig* config,
bool& same, const string& name, GLEAN::Environment* env,
const char* title) {
+ if (env->options.verbosity) {
if (newR.tps < oldR.tpsLow) {
int percent = static_cast<int>(
100.0 * (oldR.tps - newR.tps) / newR.tps + 0.5);
@@ -338,6 +339,7 @@ doComparison(const GLEAN::VPSubResult& oldR,
<< " may be " << percent << "% faster on "
<< title << " drawing.\n";
}
+ }
if (newR.imageOK != oldR.imageOK) {
diffHeader(same, name, config, env);
env->log << '\t' << env->options.db1Name << " image check "