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

Unified Diff: client/deps/glbench/src/fillratetest.cc

Issue 2794002: Added gflags switches: duration, tests, save, out. (Closed) Base URL: ssh://git@chromiumos-git//autotest.git
Patch Set: addressed comments Created 10 years, 6 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 | « client/deps/glbench/src/cleartest.cc ('k') | client/deps/glbench/src/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/deps/glbench/src/fillratetest.cc
diff --git a/client/deps/glbench/src/fillratetest.cc b/client/deps/glbench/src/fillratetest.cc
index 1378e163c9d937674e39fad90d24dd47dcdd1cbe..426a3a4e45b38e3c16bdc832868047dcdb1a15f8 100644
--- a/client/deps/glbench/src/fillratetest.cc
+++ b/client/deps/glbench/src/fillratetest.cc
@@ -15,6 +15,7 @@ class FillRateTest : public DrawArraysTestFunc {
FillRateTest() {}
virtual ~FillRateTest() {}
virtual bool Run();
+ virtual const char* Name() const { return "fill_rate"; }
private:
DISALLOW_COPY_AND_ASSIGN(FillRateTest);
« no previous file with comments | « client/deps/glbench/src/cleartest.cc ('k') | client/deps/glbench/src/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698