コード例 #1
0
 public float StopTimer()
 {
     return(Benchmarking.StopTimer());
 }
コード例 #2
0
 /// <summary>
 /// Stops the generic timer.
 /// </summary>
 /// <returns>The time elapsed in milliseconds.</returns>
 /// <param name="context">Context.</param>
 public float StopTimer(string context)
 {
     return(Benchmarking.StopTimer(context));
 }