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

Unified Diff: experimental/skpdiff/SkDiffContext.h

Issue 19826002: add --csv parameter to skpdiff to dump all scores in a csv file. We can run it with all skps, and h… (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 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 | experimental/skpdiff/SkDiffContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/skpdiff/SkDiffContext.h
===================================================================
--- experimental/skpdiff/SkDiffContext.h (revision 10232)
+++ experimental/skpdiff/SkDiffContext.h (working copy)
@@ -90,6 +90,12 @@
*/
void outputRecords(SkWStream& stream, bool useJSONP);
+ /**
+ * Output the records score in csv format.
+ */
+ void outputCsv(SkWStream& stream);
+
+
private:
struct DiffData {
const char* fDiffName;
« no previous file with comments | « no previous file | experimental/skpdiff/SkDiffContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698