EndEvent() private method

private EndEvent ( string name, string parameters, Stopwatch stopwatch ) : void
name string
parameters string
stopwatch Stopwatch
return void
Ejemplo n.º 1
0
        public void Dispose()
        {
            _stopwatch.Stop();

            _profiler.EndEvent(_name, _parameters, _stopwatch);
        }