コード例 #1
0
ファイル: Profiler.cs プロジェクト: nathanmarck/Aurora-Sim
 public static Profiler GetProfiler()
 {
     if (profiler == null)
         profiler = new Profiler();
     return profiler;
 }
コード例 #2
0
ファイル: Profiler.cs プロジェクト: shangcheng/Aurora
 public ProfilerManager()
 {
     profiler = new Profiler();
 }