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

Function level_3_function_no_track

benchmark/ctrack_benchmark.cpp:133–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133void level_3_function_no_track(int depth)
134{
135 busy_wait_ns(500);
136 leaf_function_no_track(depth + 1);
137 leaf_function_no_track(depth + 1);
138}
139
140void level_2_function_no_track(int depth, int iterations)
141{

Callers 1

Calls 2

busy_wait_nsFunction · 0.85
leaf_function_no_trackFunction · 0.85

Tested by

no test coverage detected