OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NanoJSONResultsWriter
(Results
1 - 3
of
3
) sorted by null
/external/skia/bench/
ResultsWriter.h
54
NanoJSONResultsWriter
writes the test results out in the following
75
class
NanoJSONResultsWriter
: public ResultsWriter {
77
explicit
NanoJSONResultsWriter
(const char filename[])
84
~
NanoJSONResultsWriter
() {
nanobench.cpp
[
all
...]
/external/skia/tools/VisualBench/
VisualLightweightBenchModule.cpp
54
fResults.reset(new
NanoJSONResultsWriter
(FLAGS_outResultsFile[0]));
Completed in 4094 milliseconds