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

Unified Diff: bench/GMBench.cpp

Issue 438683002: nanobench: support GMs-as-benches (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: GM_ Created 6 years, 5 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 | « no previous file | bench/nanobench.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bench/GMBench.cpp
diff --git a/bench/GMBench.cpp b/bench/GMBench.cpp
index 41a8e8c5f4c7b2226fe696602ac97dcf11581889..dbd1d7b24a682b7d38b7ebc963dc27d4d7b460f1 100644
--- a/bench/GMBench.cpp
+++ b/bench/GMBench.cpp
@@ -8,7 +8,7 @@
#include "GMBench.h"
GMBench::GMBench(skiagm::GM* gm) : fGM(gm) {
- fName.printf("GM:%s", gm->getName());
+ fName.printf("GM_%s", gm->getName());
}
GMBench::~GMBench() { delete fGM; }
« no previous file with comments | « no previous file | bench/nanobench.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698