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

Method ProfilerCmd

BeefRT/rt/Internal.cpp:661–668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

659}
660
661void Internal::ProfilerCmd(char* str)
662{
663 if (!::IsDebuggerPresent())
664 return;
665
666 gBfRtCallbacks.DebugMessageData_SetupProfilerCmd(str);
667 BF_DEBUG_BREAK();
668}
669
670void Internal::ReportMemory()
671{

Callers

nothing calls this directly

Calls 1

IsDebuggerPresentFunction · 0.85

Tested by

no test coverage detected