Searched refs:PrintResultList (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/test/testsupport/ |
D | perf_test_unittest.cc | 53 PrintResultList("foo", "bar", "baz_vl", kListOfScalars, "units", false); in TEST_F() 72 PrintResultList("foo", "bar", "story_1", kListOfScalars, "sigma", false); in TEST_F() 123 RTC_EXPECT_DEATH(PrintResultList("a", "b", "c", kNanList, "d", false), ""); in TEST_F() 125 RTC_EXPECT_DEATH(PrintResultList("a", "b", "c", kInfList, "d", false), ""); in TEST_F()
|
D | perf_test.cc | 159 void PrintResultList(const std::string& graph_name, in PrintResultList() function in webrtc::test::__anonfaa23a290111::ResultsLinePrinter 293 void PrintResultList(const std::string& measurement, in PrintResultList() function 307 GetResultsLinePrinter().PrintResultList(graph_name, trace, values, units, in PrintResultList()
|
D | perf_test.h | 74 void PrintResultList(
|
D | perf_result_reporter.cc | 121 PrintResultList(metric_basename_, metric_suffix, story_name_, values, in AddResultList()
|
/external/webrtc/rtc_tools/frame_analyzer/ |
D | video_quality_analysis.cc | 140 PrintResultList("PSNR", "", label, psnr_values, "dB", false); in PrintAnalysisResults() 141 PrintResultList("SSIM", "", label, ssim_values, "score", false); in PrintAnalysisResults()
|
/external/angle/src/tests/perf_tests/third_party/perf/ |
D | perf_test.h | 86 void PrintResultList(const std::string &measurement,
|
D | perf_test.cc | 171 void PrintResultList(const std::string &measurement, in PrintResultList() function
|
D | angle-mods.patch | 606 -void PrintResultList(const std::string& measurement, 611 +void PrintResultList(const std::string &measurement,
|
/external/webrtc/call/ |
D | call_perf_tests.cc | 148 test::PrintResultList("stream_offset", test_label_, "synchronization", in PrintResults() 488 test::PrintResultList("capture_ntp_time", "", "real - estimated", in TestCaptureNtpTime() 693 test::PrintResultList( in TestMinTransmitBitrate()
|
/external/webrtc/modules/audio_processing/ |
D | audio_processing_performance_unittest.cc | 223 webrtc::test::PrintResultList("apm_call_durations", sample_rate_name, in print_processor_statistics()
|