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

Function BpEnterF

BeefySysLib/util/BeefPerf.cpp:1699–1704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1697}
1698
1699BP_EXPORT void BP_CALLTYPE BpEnterF(const char* zoneName, ...)
1700{
1701 va_list args;
1702 va_start(args, zoneName);
1703 BpManager::GetCurThreadInfo()->Enter(zoneName, args);
1704}
1705
1706BP_EXPORT void BP_CALLTYPE BpLeave()
1707{

Callers

nothing calls this directly

Calls 1

EnterMethod · 0.80

Tested by

no test coverage detected