Home
last modified time | relevance | path

Searched defs:expected_ns (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/criterion/src/
Droutine.rs127 let expected_ns = m_iters in sample() localVariable
Dlib.rs1434 let expected_ns = total_runs as f64 * d as f64 * warmup_mean_execution_time; in choose_sampling_mode() localVariable
1467 let expected_ns = total_runs as f64 * d as f64 * met; in iteration_counts() localVariable
1496 let expected_ns = met * (iterations_per_sample * n) as f64; in iteration_counts() localVariable
/external/python/cpython3/Lib/test/
Dtest_runpy.py80 def assertNamespaceMatches(self, result_ns, expected_ns): argument