HomeSort by relevance Sort by last modified time
    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