D | benchmark.c | 14 static long long benchmark_iter(struct radix_tree_root *root, bool tagged) in benchmark_iter() argument 28 if (tagged) { in benchmark_iter() 118 long long normal, tagged; in benchmark_size() local 123 tagged = benchmark_iter(&tree, true); in benchmark_size() 126 printv(2, "Size: %8ld, step: %8ld, tagged iteration: %8lld ns\n", in benchmark_size() 127 size, step, tagged); in benchmark_size()
|