예제 #1
0
 //! Build the perf helper, immediately start the counter
 public PerfHelper(String name)
 {
     if (PerfStats.IsActive())
     {
         _strName  = name;
         stopwatch = Stopwatch.StartNew();
     }
 }