Azavea.Open.Common.Chronometer.ReportTimes C# (CSharp) Method

ReportTimes() public static method

Reports all the times for all the operations that both BeginTiming and EndTiming were called for. This is imperfect as any call that failed may or may not have a time reported. It should, however, give a rough idea what operations are taking how long.
public static ReportTimes ( ) : void
return void
        public static void ReportTimes()
        {
            ReportTimes(false, ReportType.TextTable, true);
        }

Same methods

Chronometer::ReportTimes ( bool extendedStats ) : void
Chronometer::ReportTimes ( bool extendedStats, ReportType reportType ) : void
Chronometer::ReportTimes ( bool extendedStats, ReportType outType, bool printDisclaimer ) : void