/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/third_party/perf/ |
D | angle-mods.patch | 155 -@@ -53,7 +84,7 @@ void PrintResult(const std::string& measurement, 164 -@@ -63,7 +94,7 @@ void PrintResult(const std::string& measurement, 239 - PrintResult(metric_basename_, metric_suffix, story_name_, value, 241 + PrintResult(metric_basename_, metric_suffix, story_name_, value, iter->second.units, 254 - PrintResult(metric_basename_, metric_suffix, story_name_, value, 256 + PrintResult(metric_basename_, metric_suffix, story_name_, value, iter->second.units, 269 - PrintResult(metric_basename_, metric_suffix, story_name_, value, 271 + PrintResult(metric_basename_, metric_suffix, story_name_, value, iter->second.units, 459 @@ -53,8 +85,8 @@ void PrintResult(const std::string& measurement, 469 void PrintResult(const std::string& measurement, [all …]
|
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()
|
D | perf_test.h | 26 void PrintResult(const std::string &measurement, 32 void PrintResult(const std::string &measurement, 49 void PrintResult(const std::string &measurement,
|
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/ |
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
|
D | DawnPerfTest.h | 81 void PrintResult(const std::string& trace, 85 void PrintResult(const std::string& trace,
|
/third_party/node/deps/v8/tools/ |
D | perf-compare.py | 360 def PrintResult(self, run): member in ResultTableRenderer 459 renderer.PrintResult(result)
|
/third_party/node/deps/v8/src/maglev/ |
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/ |
D | d8.h | 482 enum PrintResult : bool { kPrintResult = true, kNoPrintResult = false }; enum 494 Local<String> name, PrintResult print_result,
|
D | d8.cc | 683 Local<String> name, PrintResult print_result, in ExecuteString()
|
/third_party/mindspore/patches/ |
D | 0004-cross-compile-ndkso-fp16-nnrt-train_capi.patch | 7240 int NetTrain::PrintResult(const std::vector<std::string> &title, 7243 @@ -1035,7 +663,7 @@ int NetTrain::PrintResult(const std::vector<std::string> &title, 7252 @@ -1045,7 +673,7 @@ int NetTrain::PrintResult(const std::vector<std::string> &title, 7261 @@ -1054,47 +682,5 @@ int NetTrain::PrintResult(const std::vector<std::string> &title, 7524 - int PrintResult(const std::vector<std::string> &title, const std::map<std::string, std::pair<int… 7525 + int PrintResult(const std::vector<std::string> &title, const std::map<std::string, std::pair<int… 8254 + virtual int PrintResult(const std::vector<std::string> &title, const std::map<std::string, std::… 8684 + PrintResult(per_op_name, g_c_op_times_by_name_); 8685 + PrintResult(per_op_type, g_c_op_times_by_type_); 8858 +int NetTrainCApi::PrintResult(const std::vector<std::string> &title, [all …]
|