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

Function leaf_function_no_track

benchmark/ctrack_benchmark.cpp:128–131  ·  view source on GitHub ↗

Version without CTRACK for overhead measurement

Source from the content-addressed store, hash-verified

126
127// Version without CTRACK for overhead measurement
128void leaf_function_no_track(int depth)
129{
130 busy_wait_ns(1000);
131}
132
133void level_3_function_no_track(int depth)
134{

Callers 1

Calls 1

busy_wait_nsFunction · 0.85

Tested by

no test coverage detected