DescriptionAdd JSON output option to bench.
A new command-line flag --outResultsFile takes the filename to write the JSON into.
The human readable output is the same as before with one exception. Previously DEBUG would be printed if in debug mode, or nothing would be printed if in release mode. Now this is reported as a named option:
build=DEBUG
or
build=RELEASE
Committed: http://code.google.com/p/skia/source/detail?r=12465
Patch Set 1 #Patch Set 2 : 80 chars #
Total comments: 12
Patch Set 3 : Added comments, removed endBench(). #
Total comments: 2
Patch Set 4 : Moved new classes to their own header. Added SkJSONCPP.h. #Patch Set 5 : Added some more comments. #
Total comments: 4
Patch Set 6 : Add code for automatic cleanup. #Patch Set 7 : Add auto-cleanup code. #Patch Set 8 : auto cleanup #
Total comments: 2
Patch Set 9 : Drop writer.end() #Patch Set 10 : Move CallEnd into ResultsWriter.h. #Patch Set 11 : merge to head #Patch Set 12 : %040s is not the same as %40s, at least on Mac. #
Total comments: 1
Messages
Total messages: 19 (0 generated)
|