| 1687 | } |
| 1688 | |
| 1689 | BP_EXPORT void BP_CALLTYPE BpSetThreadName(const char* threadName) |
| 1690 | { |
| 1691 | BpManager::GetCurThreadInfo()->SetThreadName(threadName); |
| 1692 | } |
| 1693 | |
| 1694 | BP_EXPORT void BP_CALLTYPE BpEnter(const char* zoneName) |
| 1695 | { |
no test coverage detected