OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:best_mean_latency
(Results
1 - 2
of
2
) sorted by null
/external/gemmlowp/test/
benchmark.cc
265
const double
best_mean_latency
= sum_gemm_times_best / count_gemm_times_best;
local
275
<< "% best: " <<
best_mean_latency
<< "s" << std::endl;
benchmark_meta_gemm.cc
142
const double
best_mean_latency
= sum_times_best / count_times_best;
local
153
<< "% best: " <<
best_mean_latency
<< "s" << std::endl;
Completed in 37 milliseconds