Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
195
void 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
202
void mtr_shutdown() {
203
int i;
Callers
1
MinitraceLogger
Method · 0.85
Calls
1
mtr_init_from_stream
Function · 0.85
Tested by
no test coverage detected