Exemplo n.º 1
0
 public static Profiler GetProfiler()
 {
     if (profiler == null)
         profiler = new Profiler();
     return profiler;
 }
Exemplo n.º 2
0
 public ProfilerManager()
 {
     profiler = new Profiler();
 }