AssemblyCSharp.PSProfiler.DoStop C# (CSharp) Method

DoStop() private method

private DoStop ( string token ) : void
token string
return void
        private void DoStop(string token)
        {
            ProfilerEntry entry;
            if (_watches.TryGetValue(token, out entry))
            {
            entry.StopWatch();
            }
        }