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

Function nested_level_1

test/test_helpers.hpp:272–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272inline void nested_level_1(int sleep_time_ms, int child_sleep_ms) {
273 CTRACK;
274 sleep_ms(sleep_time_ms);
275 nested_level_2(child_sleep_ms);
276}
277
278inline void nested_root(int sleep_time_ms, int level1_sleep_ms, int level2_sleep_ms) {
279 CTRACK;

Callers 2

nested_rootFunction · 0.85
test_nested.cppFile · 0.85

Calls 2

sleep_msFunction · 0.85
nested_level_2Function · 0.85

Tested by

no test coverage detected