Exemplo n.º 1
0
 /// <summary>
 /// Deletes a frame profile section.
 /// </summary>
 /// <param name="profilerSection">
 /// <see cref="FrameProfilerSection"/> to delete.
 /// </param>
 public void DeleteSection(FrameProfilerSection profilerSection)
 {
     Native.DebugInterop.DeleteFrameProfilerSection(profilerSection.Handle);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deletes a frame profile section.
 /// </summary>
 /// <param name="profilerSection">
 /// <see cref="FrameProfilerSection"/> to delete.
 /// </param>
 public void DeleteSection(FrameProfilerSection profilerSection)
 {
     Native.DebugInterop.DeleteFrameProfilerSection(profilerSection.Handle);
 }