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

Function nested_child

test/test_multithreaded.cpp:41–44  ·  view source on GitHub ↗

Nested function for testing call hierarchy in threads

Source from the content-addressed store, hash-verified

39
40// Nested function for testing call hierarchy in threads
41void nested_child(int sleep_time_ms) {
42 CTRACK;
43 test_helpers::sleep_ms(sleep_time_ms);
44}
45
46void nested_parent(int child_sleep_ms, int parent_sleep_ms) {
47 CTRACK;

Callers 1

nested_parentFunction · 0.85

Calls 1

sleep_msFunction · 0.85

Tested by

no test coverage detected