Azavea.Open.Common.Chronometer.ReportTimes C# (CSharp) Метод

ReportTimes() публичный статический Метод

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
Результат 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