MCPcopy Create free account
hub / github.com/Compaile/ctrack / level_1_function_no_track

Function level_1_function_no_track

benchmark/ctrack_benchmark.cpp:149–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149void 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
156void benchmark_worker(size_t events_per_thread, std::atomic<bool> &start_flag)

Callers 1

Calls 2

busy_wait_nsFunction · 0.85

Tested by

no test coverage detected