StackExchange.Profiling.SqlTiming.GetDurationMilliseconds C# (CSharp) Méthode

GetDurationMilliseconds() private méthode

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