Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_audio/resampler/
Dpush_sinc_resampler_unittest.cc116 double total_time_us = (TickTime::Now() - start).Microseconds(); in ResampleBenchmarkTest() local
118 "on SincResampler.\n\n", total_time_us / kResampleIterations, in ResampleBenchmarkTest()
119 (total_time_us - total_time_sinc_us) / total_time_sinc_us * 100); in ResampleBenchmarkTest()