Пример #1
0
 /// <summary>
 /// Ends profiling.
 /// </summary>
 public void EndProfile()
 {
     if (nativeDeviceProfiler != null)
     {
         nativeDeviceProfiler.EndEvent();
     }
 }
Пример #2
0
 /// <summary>
 /// Ends debug event.
 /// </summary>
 public void EndProfile()
 {
     nativeDeviceProfiler?.EndEvent();
 }