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

Function empty_function

examples/ctrack_overhead_test.cpp:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include "ctrack.hpp"
6
7void empty_function() {
8 CTRACK;
9 // Function is intentionally empty
10}
11
12void run_empty_functions(int count) {
13 for (int i = 0; i < count; ++i) {

Callers 1

run_empty_functionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected