Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Compaile/ctrack
/ multi_child_1
Function
multi_child_1
test/test_nested.cpp:95–98 ·
view source on GitHub ↗
Multiple children functions
Source
from the content-addressed store, hash-verified
93
94
// Multiple children functions
95
void multi_child_1(int sleep_ms) {
96
CTRACK;
97
test_helpers::sleep_ms(sleep_ms);
98
}
99
100
void multi_child_2(int sleep_ms) {
101
CTRACK;
Callers
1
multi_parent
Function · 0.85
Calls
1
sleep_ms
Function · 0.85
Tested by
no test coverage detected