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.
Beispiel #1
0
 public void DeleteSection(FrameProfilerSection profilerSection)
 {
     NativeDebugMethods.DeleteFrameProfilerSection(profilerSection.Handle);
 }
 public void DeleteSection(FrameProfilerSection profilerSection)
 {
     NativeDebugMethods.DeleteFrameProfilerSection(profilerSection.Handle);
 }