MCPcopy Create free account
hub / github.com/UbiquitousLearning/mllm / anotherFunction

Function anotherFunction

examples/tracy_example/main.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10void anotherFunction() {
11 MLLM_TRACY_ZONE_SCOPED_NAMED("My Custom Zone");
12 std::this_thread::sleep_for(std::chrono::milliseconds(20));
13}
14
15int main() {
16 int i = 0;

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected