C# Класс CryEngine.Profiling.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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
End ( ) : void

Приватные методы

Метод Описание
FrameProfilerSection ( IntPtr handle, FrameProfiler profiler ) : System

Описание методов

End() публичный Метод

public End ( ) : void
Результат void