public float StopTimer() { return(Benchmarking.StopTimer()); }
/// <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)); }