Searched refs:total_runs (Results 1 – 2 of 2) sorted by relevance
301 int64 total_runs = 0; in FormatNode() local303 total_runs += gnode.run_count(); in FormatNode()306 "%10s", absl::StrFormat("%d|%d", total_runs, in FormatNode()
1431 let total_runs = sample_count * (sample_count + 1) / 2; in choose_sampling_mode() localVariable1433 (target_time / warmup_mean_execution_time / total_runs as f64).ceil() as u64; in choose_sampling_mode()1434 let expected_ns = total_runs as f64 * d as f64 * warmup_mean_execution_time; in choose_sampling_mode()1465 let total_runs = n * (n + 1) / 2; in iteration_counts() localVariable1466 let d = ((m_ns as f64 / met / total_runs as f64).ceil() as u64).max(1); in iteration_counts()1467 let expected_ns = total_runs as f64 * d as f64 * met; in iteration_counts()