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

Unified Diff: client/deps/glbench/src/testbase.h

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/swaptest.cc ('k') | client/deps/glbench/src/testbase.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/deps/glbench/src/testbase.h
diff --git a/client/deps/glbench/src/testbase.h b/client/deps/glbench/src/testbase.h
index 1a617b015e7b4f7787fc6b5e622549581200290a..ce2a4f6f241e914dabb25f16c567a0cd501c829b 100644
--- a/client/deps/glbench/src/testbase.h
+++ b/client/deps/glbench/src/testbase.h
@@ -44,6 +44,7 @@ class TestBase {
virtual bool TestFunc(int n) = 0;
// Main entry point into the test.
virtual bool Run() = 0;
+ virtual const char* Name() const = 0;
};
// Helper class to time glDrawArrays.
« no previous file with comments | « client/deps/glbench/src/swaptest.cc ('k') | client/deps/glbench/src/testbase.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698