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

Function run_empty_functions

examples/ctrack_overhead_test.cpp:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12void run_empty_functions(int count) {
13 for (int i = 0; i < count; ++i) {
14 empty_function();
15 }
16}
17
18int main() {
19 const int total_calls = 10000000; // 10 million calls in total

Callers

nothing calls this directly

Calls 1

empty_functionFunction · 0.85

Tested by

no test coverage detected