/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/third_party/perf/ |
H A D | perf_result_reporter.cc | 36 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 D | perf_test.h | 26 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 D | perf_test.cc | 92 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 D | DawnPerfTest.cpp | 205 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 D | DawnPerfTest.h | 81 void PrintResult(const std::string& trace, 85 void PrintResult(const std::string& trace,
|
/third_party/node/deps/v8/tools/ |
H A D | perf-compare.py | 360 def PrintResult(self, run): function 459 renderer.PrintResult(result)
|
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-ir.cc | 300 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 D | d8.h | 482 enum PrintResult : bool { kPrintResult = true, kNoPrintResult = false }; 494 Local<String> name, PrintResult print_result,
|
H A D | d8.cc | 683 Local<String> name, PrintResult print_result, in ExecuteString()
|