Name | Description |
---|---|
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. |