| 4504 | } |
| 4505 | |
| 4506 | BF_EXPORT void BF_CALLTYPE BfSystem_StartTiming() |
| 4507 | { |
| 4508 | gPerfManager->StartRecording(); |
| 4509 | } |
| 4510 | |
| 4511 | BF_EXPORT void BF_CALLTYPE BfSystem_PerfZoneStart(const char* name) |
| 4512 | { |
nothing calls this directly
no test coverage detected