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

Unified Diff: gpu/perftests/measurements.h

Issue 1122153002: Fixit: Fork base::TimeTicks --> TimeTicks + ThreadTicks + TraceTicks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@FIXIT_timeclasses_1of2
Patch Set: REBASE after it passed CQ but did not commit to tree Created 5 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/devtools/v8_sampling_profiler.cc ('k') | gpu/perftests/measurements.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/perftests/measurements.h
diff --git a/gpu/perftests/measurements.h b/gpu/perftests/measurements.h
index 87d0c2aa83e1376851e792d6d22393dfca2eaee9..724baa493889e0e763e1db241bca872ee2ef2d2b 100644
--- a/gpu/perftests/measurements.h
+++ b/gpu/perftests/measurements.h
@@ -47,8 +47,8 @@ class MeasurementTimers {
~MeasurementTimers();
private:
- base::TimeTicks wall_time_start_;
- base::TimeTicks cpu_time_start_;
+ base::TraceTicks wall_time_start_;
+ base::ThreadTicks cpu_time_start_;
scoped_ptr<gfx::GPUTimer> gpu_timer_;
base::TimeDelta wall_time_;
« no previous file with comments | « content/renderer/devtools/v8_sampling_profiler.cc ('k') | gpu/perftests/measurements.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698