C# (CSharp) CryEngine.Profiling 네임스페이스

클래스들

이름 설명
FrameProfiler A profiler counter with a unique name and data. Multiple FrameProfilerSections can be executed for this profiler, and will be merged into their parent profiler.
FrameProfilerSection Frame profiler sections are placed where the code needs to be profiled. Every time this object is constructed and destructed, the time between the constructor and destructor is merged into the FrameProfiler instance.