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

Unified Diff: gpu/perftests/measurements.h

Issue 1013463003: Update from https://crrev.com/320931 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 9 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 | « gpu/ipc/BUILD.gn ('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 35ede22c618a3f1500e60c60dca7e134bbd59160..87d0c2aa83e1376851e792d6d22393dfca2eaee9 100644
--- a/gpu/perftests/measurements.h
+++ b/gpu/perftests/measurements.h
@@ -11,8 +11,8 @@
#include "base/time/time.h"
namespace gfx {
- class GPUTimingClient;
- class GPUTimer;
+class GPUTimingClient;
+class GPUTimer;
}
namespace gpu {
@@ -26,7 +26,7 @@ struct Measurement {
const base::TimeDelta gpu_time);
~Measurement();
- void PrintResult(const std::string& suffix) const;
+ void PrintResult(const std::string& graph) const;
Measurement& Increment(const Measurement& m);
Measurement Divide(int a) const;
« no previous file with comments | « gpu/ipc/BUILD.gn ('k') | gpu/perftests/measurements.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698