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

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

Метод Описание
Create ( string name ) : FrameProfiler
CreateSection ( ) : FrameProfilerSection
DeleteSection ( FrameProfilerSection profilerSection ) : void

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

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

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

Create() публичный статический Метод

public static Create ( string name ) : FrameProfiler
name string
Результат FrameProfiler

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

public CreateSection ( ) : FrameProfilerSection
Результат FrameProfilerSection

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

public DeleteSection ( FrameProfilerSection profilerSection ) : void
profilerSection FrameProfilerSection
Результат void