MCPcopy Create free account
hub / github.com/StrongPC123/Far-Cry-1-Source-Full / SetFrameProfiler

Method SetFrameProfiler

CrySystem/System.h:503–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

FrameProfilerMethod · 0.80

Calls 1

SetProfilingMethod · 0.80

Tested by

no test coverage detected