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

Function get_cur_process_id

3rdparty/minitrace/minitrace.cpp:96–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 return (int)GetCurrentThreadId();
95}
96static int get_cur_process_id() {
97 return (int)GetCurrentProcessId();
98}
99
100static uint64_t _frequency = 0;
101static uint64_t _starttime = 0;

Callers 2

internal_mtr_raw_eventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected