AssemblyCSharp.PSProfiler.DoStop C# (CSharp) Méthode

DoStop() private méthode

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