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

Function nested_child_function

test/test_basic.cpp:38–42  ·  view source on GitHub ↗

Nested function hierarchy

Source from the content-addressed store, hash-verified

36
37// Nested function hierarchy
38void nested_child_function()
39{
40 CTRACK;
41 test_helpers::sleep_ms(5);
42}
43
44void nested_parent_function()
45{

Callers 1

nested_parent_functionFunction · 0.85

Calls 1

sleep_msFunction · 0.85

Tested by

no test coverage detected