| 659 | } |
| 660 | |
| 661 | void Internal::ProfilerCmd(char* str) |
| 662 | { |
| 663 | if (!::IsDebuggerPresent()) |
| 664 | return; |
| 665 | |
| 666 | gBfRtCallbacks.DebugMessageData_SetupProfilerCmd(str); |
| 667 | BF_DEBUG_BREAK(); |
| 668 | } |
| 669 | |
| 670 | void Internal::ReportMemory() |
| 671 | { |
nothing calls this directly
no test coverage detected