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

Function myFunction

examples/tracy_example/main.cpp:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include "mllm/tracy_perf/Tracy.hpp"
4
5void myFunction() {
6 MLLM_TRACY_ZONE_SCOPED;
7 std::this_thread::sleep_for(std::chrono::milliseconds(10));
8}
9
10void anotherFunction() {
11 MLLM_TRACY_ZONE_SCOPED_NAMED("My Custom Zone");

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected