StackExchange.Profiling.SqlTiming.GetDurationMilliseconds C# (CSharp) Method

GetDurationMilliseconds() private method

get the duration in milliseconds.
private GetDurationMilliseconds ( ) : decimal
return decimal
        private decimal GetDurationMilliseconds()
        {
            return _profiler.GetRoundedMilliseconds(_profiler.ElapsedTicks - _startTicks);
        }