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

Function BpEvent

BeefySysLib/util/BeefPerf.cpp:1716–1719  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1714}
1715
1716BP_EXPORT void BP_CALLTYPE BpEvent(const char* name, const char* details)
1717{
1718 BpManager::GetCurThreadInfo()->Event(name, details);
1719}
1720
1721BP_EXPORT const char* BP_CALLTYPE BpDynStr(const char* str)
1722{

Callers 5

DoCompileMethod · 0.85
CancelMethod · 0.85
RequestFastFinishMethod · 0.85
GenerateLivenessMethod · 0.85
GenerateVRegInitFlagsMethod · 0.85

Calls 1

EventMethod · 0.80

Tested by

no test coverage detected