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

Function mtr_init

3rdparty/minitrace/minitrace.cpp:195–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195void mtr_init(const char *json_file) {
196#ifndef MTR_ENABLED
197 return;
198#endif
199 mtr_init_from_stream(fopen(json_file, "wb"));
200}
201
202void mtr_shutdown() {
203 int i;

Callers 1

MinitraceLoggerMethod · 0.85

Calls 1

mtr_init_from_streamFunction · 0.85

Tested by

no test coverage detected