Home
last modified time | relevance | path

Searched refs:PrintResultList (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/test/testsupport/
Dperf_test_unittest.cc53 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()
Dperf_test.cc159 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()
Dperf_test.h74 void PrintResultList(
Dperf_result_reporter.cc121 PrintResultList(metric_basename_, metric_suffix, story_name_, values, in AddResultList()
/external/webrtc/rtc_tools/frame_analyzer/
Dvideo_quality_analysis.cc140 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/
Dperf_test.h86 void PrintResultList(const std::string &measurement,
Dperf_test.cc171 void PrintResultList(const std::string &measurement, in PrintResultList() function
Dangle-mods.patch606 -void PrintResultList(const std::string& measurement,
611 +void PrintResultList(const std::string &measurement,
/external/webrtc/call/
Dcall_perf_tests.cc148 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/
Daudio_processing_performance_unittest.cc223 webrtc::test::PrintResultList("apm_call_durations", sample_rate_name, in print_processor_statistics()