Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: tools/VisualBench/TimingStateMachine.h

Issue 1444473003: Make visualbench timing continuous for no-reset mode (Closed) Base URL: https://skia.googlesource.com/skia.git@upload_no_reset
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/VisualBench/TimingStateMachine.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/VisualBench/TimingStateMachine.h
diff --git a/tools/VisualBench/TimingStateMachine.h b/tools/VisualBench/TimingStateMachine.h
index 322c333f0321850cf17ff860c36d3a490b68b517..9ada22391026ef77d5eb4082559aa2dcb89997fd 100644
--- a/tools/VisualBench/TimingStateMachine.h
+++ b/tools/VisualBench/TimingStateMachine.h
@@ -60,10 +60,6 @@ private:
kTiming_InnerState,
};
- inline double elapsed();
- void resetTimingState();
- void recordMeasurement();
-
int fCurrentFrame;
int fLoops;
double fLastMeasurement;
« no previous file with comments | « no previous file | tools/VisualBench/TimingStateMachine.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698