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

Function simple_function_5ms

test/test_basic.cpp:7–11  ·  view source on GitHub ↗

Test functions with predictable timing

Source from the content-addressed store, hash-verified

5
6// Test functions with predictable timing
7void simple_function_5ms()
8{
9 CTRACK;
10 test_helpers::sleep_ms(5);
11}
12
13void simple_function_10ms()
14{

Callers 1

test_basic.cppFile · 0.85

Calls 1

sleep_msFunction · 0.85

Tested by

no test coverage detected