Beispiel #1
0
 public static void EndBlock()
 {
     if (m_Time)
     {
         m_Benchmark.StopNoLog();
         m_Time = false;
         EndTry("( {0} )", Benchmark.Format(m_Benchmark.Elapsed));
     }
     else
     {
         Indent--;
         Trace("Done");
     }
 }