| 501 | |
| 502 | #ifdef USE_FRAME_PROFILER |
| 503 | void SetFrameProfiler(bool on, bool display, char *prefix) { m_FrameProfileSystem.SetProfiling(on, display, prefix, this); }; |
| 504 | void StartProfilerSection( CFrameProfilerSection *pProfileSection ); |
| 505 | void EndProfilerSection( CFrameProfilerSection *pProfileSection ); |
| 506 | #else |
no test coverage detected