HomeSort by relevance Sort by last modified time
    Searched refs:JSONReporter (Results 1 - 10 of 10) sorted by null

  /external/google-benchmark/src/
json_reporter.cc 58 bool JSONReporter::ReportContext(const Context& context) {
90 void JSONReporter::ReportRuns(std::vector<Run> const& reports) {
112 void JSONReporter::Finalize() {
117 void JSONReporter::PrintRunData(Run const& run) {
benchmark.cc 535 return PtrType(new JSONReporter);
  /external/libcxx/utils/google-benchmark/src/
json_reporter.cc 58 bool JSONReporter::ReportContext(const Context& context) {
90 void JSONReporter::ReportRuns(std::vector<Run> const& reports) {
112 void JSONReporter::Finalize() {
117 void JSONReporter::PrintRunData(Run const& run) {
benchmark.cc 513 return PtrType(new JSONReporter);
  /external/google-benchmark/include/benchmark/
reporter.h 185 class JSONReporter : public BenchmarkReporter {
187 JSONReporter() : first_report_(true) {}
  /external/libcxx/utils/google-benchmark/include/benchmark/
reporter.h 172 class JSONReporter : public BenchmarkReporter {
174 JSONReporter() : first_report_(true) {}
  /external/libcxx/utils/google-benchmark/test/
output_test_helper.cc 190 benchmark::JSONReporter JR;
210 {"JSONReporter", GetTestCaseList(TC_JSONOut), GetTestCaseList(TC_JSONErr),
  /frameworks/base/libs/hwui/tests/macrobench/
main.cpp 138 gBenchmarkReporter.reset(new benchmark::JSONReporter());
  /external/google-benchmark/test/
output_test_helper.cc 372 benchmark::JSONReporter JR;
392 {"JSONReporter", GetTestCaseList(TC_JSONOut), GetTestCaseList(TC_JSONErr),
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 461 milliseconds