MCPcopy Create free account
hub / github.com/beefytech/Beef / BpEnter

Function BpEnter

BeefySysLib/util/BeefPerf.cpp:1694–1697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1692}
1693
1694BP_EXPORT void BP_CALLTYPE BpEnter(const char* zoneName)
1695{
1696 BpManager::GetCurThreadInfo()->Enter(zoneName);
1697}
1698
1699BP_EXPORT void BP_CALLTYPE BpEnterF(const char* zoneName, ...)
1700{

Callers 1

DoCompileMethod · 0.85

Calls 1

EnterMethod · 0.80

Tested by

no test coverage detected