Searched refs:total_time_us (Results 1 – 1 of 1) sorted by relevance
116 double total_time_us = (TickTime::Now() - start).Microseconds(); in ResampleBenchmarkTest() local118 "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()