PowerArgs.Cli.CliProfiler.CliProfiler C# (CSharp) Method

CliProfiler() private method

private CliProfiler ( ) : System
return System
        private CliProfiler()
        {
            timeSamples = new Dictionary<string, List<TimeSpan>>();
        }