aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Burchell <robin.burchell@crimson.no>2018-01-17 18:22:32 +0100
committerRobin Burchell <robin.burchell@crimson.no>2018-01-18 09:01:53 +0000
commite47eaf5806880619f053ed0317b4cc1f355d7eee (patch)
tree3529f07ed1e633e3c9d82b4b65e633ac07153701
parent351594d1052a2cea2166632639491318c9235d95 (diff)
resultrecorder: Remove stale text
When we were bucketing results to try get better stability, this used to give information about that. This was removed in f2ef76ce444db733fad3f6806f0019419d97b62c, but this text remained. Remove it to avoid confusion. Change-Id: I6a175807d920c3fe750b08b592bc412200c9a002 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
-rw-r--r--src/resultrecorder.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/resultrecorder.cpp b/src/resultrecorder.cpp
index 343c94a..574d89e 100644
--- a/src/resultrecorder.cpp
+++ b/src/resultrecorder.cpp
@@ -167,7 +167,6 @@ void ResultRecorder::recordOperationsPerFrameAverage(qreal ops, int samples, qre
opsString = " ops/frame";
std::cerr << " Average: " << ops << " " << opsString << ";"
- << " using " << " samples"
<< "; MedianAll=" << median
<< "; StdDev=" << stddev
<< ", CoV=" << (stddev / ops)