OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JSONResultsWriter
(Results
1 - 2
of
2
) sorted by null
/external/skia/bench/
ResultsWriter.h
100
class
JSONResultsWriter
: public ResultsWriter {
102
explicit
JSONResultsWriter
(const char filename[])
benchmain.cpp
309
SkAutoTDelete<
JSONResultsWriter
> jsonWriter;
311
jsonWriter.reset(SkNEW(
JSONResultsWriter
(FLAGS_outResultsFile[0])));
Completed in 255 milliseconds