MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / mtr_flush

Function mtr_flush

3rdparty/minitrace/minitrace.cpp:373–375  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371}
372
373void mtr_flush() {
374 mtr_flush_with_state(FALSE);
375}
376
377void internal_mtr_raw_event(const char *category, const char *name, char ph, void *id) {
378#ifndef MTR_ENABLED

Callers 5

CtrlHandlerFunction · 0.85
termination_handlerFunction · 0.85
~MinitraceLoggerMethod · 0.85
callbackMethod · 0.85
flushMethod · 0.85

Calls 1

mtr_flush_with_stateFunction · 0.85

Tested by

no test coverage detected