/external/webrtc/test/testsupport/ |
D | perf_test_unittest.cc | 43 PrintResult("measurement", "modifier", "trace", 42, "units", false); in TEST_F() 46 PrintResult("foo", "bar", "baz_v", 1423730, "widgets", true); in TEST_F() 59 PrintResult("measurement", "modifier", "trace", 42, "units", false); in TEST_F() 67 PrintResult("measurement", "_modifier", "story_1", 42, "ms", false); in TEST_F() 68 PrintResult("foo", "bar", "story_1", 7, "sigma", true); in TEST_F() 114 RTC_EXPECT_DEATH(PrintResult("a", "b", "c", kNan, "d", false), "finit"); in TEST_F() 115 RTC_EXPECT_DEATH(PrintResult("a", "b", "c", kInf, "d", false), "finit"); in TEST_F()
|
D | perf_test.h | 48 void PrintResult(const std::string& measurement, 85 void PrintResult(const std::string& measurement,
|
D | perf_test.cc | 130 void PrintResult(const std::string& graph_name, in PrintResult() function in webrtc::test::__anonfaa23a290111::ResultsLinePrinter 242 void PrintResult(const std::string& measurement, in PrintResult() function 255 GetResultsLinePrinter().PrintResult(graph_name, trace, value, units, in PrintResult() 259 void PrintResult(const std::string& measurement, in PrintResult() function
|
D | perf_result_reporter.cc | 104 PrintResult(metric_basename_, metric_suffix, story_name_, value, in AddResult() 112 PrintResult(metric_basename_, metric_suffix, story_name_, value, in AddResult()
|
/external/webrtc/video/ |
D | video_analyzer.cc | 617 PrintResult("psnr", psnr_, "dB", ImproveDirection::kBiggerIsBetter); in PrintResults() 618 PrintResult("ssim", ssim_, "unitless", ImproveDirection::kBiggerIsBetter); in PrintResults() 619 PrintResult("sender_time", sender_time_, "ms", in PrintResults() 621 PrintResult("receiver_time", receiver_time_, "ms", in PrintResults() 623 PrintResult("network_time", network_time_, "ms", in PrintResults() 625 PrintResult("total_delay_incl_network", end_to_end_, "ms", in PrintResults() 627 PrintResult("time_between_rendered_frames", rendered_delta_, "ms", in PrintResults() 629 PrintResult("encode_frame_rate", encode_frame_rate_, "fps", in PrintResults() 631 PrintResult("encode_time", encode_time_ms_, "ms", in PrintResults() 633 PrintResult("media_bitrate", media_bitrate_bps_, "bps", in PrintResults() [all …]
|
/external/webrtc/rtc_tools/frame_analyzer/ |
D | video_quality_analysis.cc | 130 PrintResult("Unique_frames_count", "", label, results->frames.size(), in PrintAnalysisResults() 144 PrintResult("Max_repeated", "", label, results->max_repeated_frames, "", in PrintAnalysisResults() 146 PrintResult("Max_skipped", "", label, results->max_skipped_frames, "", false); in PrintAnalysisResults() 147 PrintResult("Total_skipped", "", label, results->total_skipped_frames, "", in PrintAnalysisResults() 149 PrintResult("Decode_errors_reference", "", label, results->decode_errors_ref, in PrintAnalysisResults() 151 PrintResult("Decode_errors_test", "", label, results->decode_errors_test, "", in PrintAnalysisResults()
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/ |
D | exhaustive_tester.cc | 58 static void PrintResult(const RE2& re, const StringPiece& input, RE2::Anchor anchor, StringPiece *m… in PrintResult() function 114 PrintResult(re, input, RE2::ANCHOR_BOTH, group, ngroup); in HandleRegexp() 116 PrintResult(re, input, RE2::UNANCHORED, group, ngroup); in HandleRegexp() 118 PrintResult(relongest, input, RE2::ANCHOR_BOTH, group, ngroup); in HandleRegexp() 120 PrintResult(relongest, input, RE2::UNANCHORED, group, ngroup); in HandleRegexp()
|
/external/angle/src/tests/perf_tests/third_party/perf/ |
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 | 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_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
|
/external/webrtc/modules/audio_coding/neteq/test/ |
D | neteq_performance_unittest.cc | 29 webrtc::test::PrintResult("neteq_performance", "", "10_pl_10_drift", runtime, in TEST() 47 webrtc::test::PrintResult("neteq_performance", "", "0_pl_0_drift", runtime, in TEST()
|
/external/libchrome/base/message_loop/ |
D | message_pump_perftest.cc | 138 perf_test::PrintResult( in ScheduleWork() 145 perf_test::PrintResult( in ScheduleWork() 152 perf_test::PrintResult( in ScheduleWork() 160 perf_test::PrintResult( in ScheduleWork()
|
D | message_loop_task_runner_perftest.cc | 78 perf_test::PrintResult( in Run() 172 perf_test::PrintResult( in Run()
|
D | message_loop_perftest.cc | 238 perf_test::PrintResult("task_posting", "", in TEST_P() 243 perf_test::PrintResult("task_running", "", in TEST_P()
|
/external/libchrome/base/synchronization/ |
D | waitable_event_perftest.cc | 102 perf_test::PrintResult( in PrintPerfWaitableEvent() 106 perf_test::PrintResult( in PrintPerfWaitableEvent() 170 perf_test::PrintResult("counts", "", "throughput", count, "signals", true); in TEST()
|
/external/webrtc/modules/audio_coding/codecs/opus/ |
D | opus_complexity_unittest.cc | 74 test::PrintResult("opus_encoding_complexity_ratio", "", "adaptation_on", in TEST() 94 test::PrintResult("opus_encoding_complexity_ratio", "", "adaptation_off", in TEST()
|
/external/libchrome/base/json/ |
D | json_perftest.cc | 63 perf_test::PrintResult("Write", "", description, in TestWriteAndRead() 70 perf_test::PrintResult("Read", "", description, in TestWriteAndRead()
|
/external/webrtc/test/pc/e2e/analyzer/video/ |
D | default_video_quality_analyzer.cc | 764 test::PrintResult("cpu_usage", "", test_label_.c_str(), GetCpuUsagePercent(), in ReportResults() 832 test::PrintResult("harmonic_framerate", "", test_case_name, in ReportResults() 835 test::PrintResult("encode_frame_rate", "", test_case_name, in ReportResults() 851 test::PrintResult("min_psnr", "", test_case_name, in ReportResults() 859 test::PrintResult("dropped_frames", "", test_case_name, in ReportResults() 862 test::PrintResult("frames_in_flight", "", test_case_name, in ReportResults() 872 test::PrintResult( in ReportResults() 885 test::PrintResult(metric_name, /*modifier=*/"", test_case_name, counter, unit, in ReportResult()
|
/external/libchrome/base/threading/ |
D | thread_perftest.cc | 106 perf_test::PrintResult( in RunPingPongTest() 111 perf_test::PrintResult( in RunPingPongTest()
|
/external/webrtc/call/ |
D | rampup_tests.cc | 339 webrtc::test::PrintResult( in ReportResult() 529 webrtc::test::PrintResult("ramp_up_down_up", GetModifierString(), in EvolveTestState() 545 webrtc::test::PrintResult("ramp_up_down_up", GetModifierString(), in EvolveTestState() 559 webrtc::test::PrintResult("ramp_up_down_up", GetModifierString(), in EvolveTestState()
|
/external/tensorflow/tensorflow/python/grappler/ |
D | tf_optimizer_wrapper.cc | 105 optimizer.PrintResult(); in PYBIND11_MODULE()
|
/external/libchrome/base/android/orderfile/ |
D | orderfile_instrumentation_perftest.cc | 45 perf_test::PrintResult("RecordAddressCostPerCall", modifier, "", ns_per_call, in RunBenchmark()
|
/external/v4l2_codec2/tests/c2_e2e_test/jni/ |
D | video_encoder_e2e_test.cpp | 262 void PrintResult() const { in PrintResult() function in android::LatencyRecorder 344 recorder.PrintResult(); in TEST_F()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | meta_optimizer.h | 55 void PrintResult();
|