| 147 | } |
| 148 | |
| 149 | void level_1_function_no_track(int iterations) |
| 150 | { |
| 151 | busy_wait_ns(200); |
| 152 | level_2_function_no_track(1, iterations); |
| 153 | } |
| 154 | |
| 155 | // Worker thread function |
| 156 | void benchmark_worker(size_t events_per_thread, std::atomic<bool> &start_flag) |
no test coverage detected