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

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: Comment tweak, plus dcheng's int64_t nit. [+REBASE] 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
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_;

Powered by Google App Engine
This is Rietveld 408576698