Searched defs:function_2 (Results 1 – 2 of 2) sorted by relevance
5 def function_2(): function
257 let function_2 = Fun::new("times 20", |b, i| b.iter(|| *i * 20)); in test_bench_functions() localVariable