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

Unified Diff: client/deps/glbench/src/swaptest.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/readpixeltest.cc ('k') | client/deps/glbench/src/testbase.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/deps/glbench/src/swaptest.cc
diff --git a/client/deps/glbench/src/swaptest.cc b/client/deps/glbench/src/swaptest.cc
index f02acbe19ec0864d77ef9154c89958e558691f63..2d724d445e9f232036a225da3e7942a73815c989 100644
--- a/client/deps/glbench/src/swaptest.cc
+++ b/client/deps/glbench/src/swaptest.cc
@@ -15,6 +15,7 @@ class SwapTest : public TestBase {
virtual ~SwapTest() {}
virtual bool TestFunc(int iter);
virtual bool Run();
+ virtual const char* Name() const { return "swap"; }
private:
DISALLOW_COPY_AND_ASSIGN(SwapTest);
« no previous file with comments | « client/deps/glbench/src/readpixeltest.cc ('k') | client/deps/glbench/src/testbase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698