Beispiel #1
0
 public static Profiler GetProfiler()
 {
     if (profiler == null)
         profiler = new Profiler();
     return profiler;
 }
Beispiel #2
0
 public ProfilerManager()
 {
     profiler = new Profiler();
 }