Searched refs:for_all_recording (Results 1 – 5 of 5) sorted by relevance
6 shared::for_all_recording(&mut c.benchmark_group("event"), |b| { in bench()
7 shared::for_all_recording(&mut c.benchmark_group("span_no_fields"), |b| { in bench()
7 shared::for_all_recording(&mut c.benchmark_group("span_fields"), |b| { in bench()
7 shared::for_all_recording(&mut c.benchmark_group("span_repeated"), |b| { in bench()
10 pub fn for_all_recording( in for_all_recording() function