MCPcopy Create free account
hub / github.com/BabitMF/bmf / ~ThreadTrace

Method ~ThreadTrace

bmf/sdk/cpp_sdk/src/trace.cpp:238–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238ThreadTrace::~ThreadTrace() {
239 if (TRACE_ENABLED) {
240 TraceLogger::instance()->close_queue(thread_id_);
241 }
242}
243
244void ThreadTrace::trace(TraceType category, const char *name, TracePhase phase,
245 const char *src) {

Callers

nothing calls this directly

Calls 2

instanceFunction · 0.85
close_queueMethod · 0.80

Tested by

no test coverage detected