Home
last modified time | relevance | path

Searched refs:PrintResult (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/third_party/perf/
H A Dperf_result_reporter.cc36 PrintResult(metric_basename_, metric_suffix, story_name_, value, iter->second.units, in AddResult()
45 PrintResult(metric_basename_, metric_suffix, story_name_, value, iter->second.units, in AddResult()
54 PrintResult(metric_basename_, metric_suffix, story_name_, value, iter->second.units, in AddResult()
H A Dperf_test.h26 void PrintResult(const std::string &measurement,
32 void PrintResult(const std::string &measurement,
47 // Like the above version of PrintResult(), but takes a std::string value
49 void PrintResult(const std::string &measurement,
64 // Like PrintResult(), but prints a (mean, standard deviation) result pair.
82 // Like PrintResult(), but prints an entire list of results. The |values|
H A Dperf_test.cc92 void PrintResult(const std::string &measurement, in PrintResult() function
103 void PrintResult(const std::string &measurement, in PrintResult() function
126 void PrintResult(const std::string &measurement, in PrintResult() function
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
H A DDawnPerfTest.cpp205 PrintResult("steps", mStepsToRun, "count", false); in RunTest()
372 PrintResult(trace, secondsPerIteration * 1e3, "ms", important); in PrintPerIterationResultFromSeconds()
374 PrintResult(trace, secondsPerIteration * 1e6, "us", important); in PrintPerIterationResultFromSeconds()
376 PrintResult(trace, secondsPerIteration * 1e9, "ns", important); in PrintPerIterationResultFromSeconds()
380 void DawnPerfTestBase::PrintResult(const std::string& trace, in PrintResult() function in DawnPerfTestBase
387 void DawnPerfTestBase::PrintResult(const std::string& trace, in PrintResult() function in DawnPerfTestBase
H A DDawnPerfTest.h81 void PrintResult(const std::string& trace,
85 void PrintResult(const std::string& trace,
/third_party/node/deps/v8/tools/
H A Dperf-compare.py360 def PrintResult(self, run): function
459 renderer.PrintResult(result)
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-ir.cc300 void PrintResult(std::ostream& os, MaglevGraphLabeller* graph_labeller, in PrintResult() function
303 void PrintResult(std::ostream& os, MaglevGraphLabeller* graph_labeller, in PrintResult() function
332 PrintResult(os, graph_labeller, node); in PrintImpl()
/third_party/node/deps/v8/src/d8/
H A Dd8.h482 enum PrintResult : bool { kPrintResult = true, kNoPrintResult = false };
494 Local<String> name, PrintResult print_result,
H A Dd8.cc683 Local<String> name, PrintResult print_result, in ExecuteString()

Completed in 26 milliseconds