コード例 #1
0
ファイル: ProfilingContainer.cs プロジェクト: Jo1nes/SolrNet
 public ProfilingContainer() {
     profiler = new ProfilerFacility();
     AddFacility("profiler", profiler);
 }
コード例 #2
0
 public ProfilingContainer()
 {
     profiler = new ProfilerFacility();
     AddFacility("profiler", profiler);
 }