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

Side by Side Diff: tools/VisualBench/TimingStateMachine.h

Issue 1385073002: Create VisualStreamTimingModule (Closed) Base URL: https://skia.googlesource.com/skia.git@vb3a
Patch Set: feedback inc Created 5 years, 2 months 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 unified diff | Download patch
« no previous file with comments | « no previous file | tools/VisualBench/VisualInteractiveModule.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright 2015 Google Inc. 2 * Copyright 2015 Google Inc.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license that can be 4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file. 5 * found in the LICENSE file.
6 *
7 */ 6 */
8 7
9 #ifndef TimingStateMachine_DEFINED 8 #ifndef TimingStateMachine_DEFINED
10 #define TimingStateMachine_DEFINED 9 #define TimingStateMachine_DEFINED
11 10
12 #include "Benchmark.h" 11 #include "Benchmark.h"
13 #include "SkTArray.h" 12 #include "SkTArray.h"
14 #include "Timer.h" 13 #include "Timer.h"
15 14
16 class SkCanvas; 15 class SkCanvas;
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 67
69 int fCurrentFrame; 68 int fCurrentFrame;
70 int fLoops; 69 int fLoops;
71 double fLastMeasurement; 70 double fLastMeasurement;
72 WallTimer fTimer; 71 WallTimer fTimer;
73 State fState; 72 State fState;
74 InnerState fInnerState; 73 InnerState fInnerState;
75 }; 74 };
76 75
77 #endif 76 #endif
OLDNEW
« no previous file with comments | « no previous file | tools/VisualBench/VisualInteractiveModule.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698