예제 #1
0
 public static FrameProfiler Create(string name)
 {
     return(new FrameProfiler(NativeDebugMethods.CreateFrameProfiler(name)));
 }