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

Function level_2_function_no_track

benchmark/ctrack_benchmark.cpp:140–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140void level_2_function_no_track(int depth, int iterations)
141{
142 busy_wait_ns(300);
143 for (int i = 0; i < iterations; ++i)
144 {
145 level_3_function_no_track(depth + 1);
146 }
147}
148
149void level_1_function_no_track(int iterations)
150{

Callers 1

Calls 2

busy_wait_nsFunction · 0.85

Tested by

no test coverage detected