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

Function level_1_function

benchmark/ctrack_benchmark.cpp:118–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118void level_1_function(int iterations)
119{
120 CTRACK_NAME("level_1_function");
121 // Busy wait for 200 ns
122 busy_wait_ns(200);
123
124 level_2_function(1, iterations);
125}
126
127// Version without CTRACK for overhead measurement
128void leaf_function_no_track(int depth)

Callers 2

benchmark_workerFunction · 0.85
measure_accuracyFunction · 0.85

Calls 2

busy_wait_nsFunction · 0.85
level_2_functionFunction · 0.85

Tested by

no test coverage detected