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

Unified Diff: bench/ResultsWriter.h

Issue 329993008: Make SKP bench JSON ouput better (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix stuff Created 6 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 | « no previous file | bench/ResultsWriter.cpp » ('j') | bench/ResultsWriter.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bench/ResultsWriter.h
diff --git a/bench/ResultsWriter.h b/bench/ResultsWriter.h
index ed10afa3caaf390cc8ee9d86ac89b7c32ae8e036..4c9f407745f2a0b34132e3bc88a10462400f5a96 100644
--- a/bench/ResultsWriter.h
+++ b/bench/ResultsWriter.h
@@ -102,6 +102,8 @@ private:
*/
Json::Value* SkFindNamedNode(Json::Value* root, const char name[]);
robertphillips 2014/06/26 16:17:32 makeBuilderJSON -> SkMakeBuilderJSON ?
kelvinly 2014/06/26 17:18:09 Done.
+Json::Value makeBuilderJSON(SkString buildername);
+
class JSONResultsWriter : public ResultsWriter {
public:
explicit JSONResultsWriter(const char filename[])
« no previous file with comments | « no previous file | bench/ResultsWriter.cpp » ('j') | bench/ResultsWriter.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698