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.
Пример #1
0
 public void End()
 {
     FrameProfiler.DeleteSection(this);
 }
 internal FrameProfilerSection(IntPtr handle, FrameProfiler profiler)
 {
     Handle = handle;
     FrameProfiler = profiler;
 }
Пример #3
0
 internal FrameProfilerSection(IntPtr handle, FrameProfiler profiler)
 {
     Handle        = handle;
     FrameProfiler = profiler;
 }