Searched defs:expected_ns (Results 1 – 3 of 3) sorted by relevance
127 let expected_ns = m_iters in sample() localVariable
1434 let expected_ns = total_runs as f64 * d as f64 * warmup_mean_execution_time; in choose_sampling_mode() localVariable1467 let expected_ns = total_runs as f64 * d as f64 * met; in iteration_counts() localVariable1496 let expected_ns = met * (iterations_per_sample * n) as f64; in iteration_counts() localVariable
80 def assertNamespaceMatches(self, result_ns, expected_ns): argument