IronRuby.Compiler.Generation.Profiler.Profiler C# (CSharp) Méthode

Profiler() private méthode

private Profiler ( ) : System
Résultat System
        private Profiler() {
            _counters = new Dictionary<string, int>();
            _profiles = new List<long[]>();
        }