Esempio n. 1
0
 public static bool PerformStageAnalysis(this StatisticsLevel level) => level.IsVerbose2();
Esempio n. 2
0
 public static bool CollectShedulerQueuesStats(this StatisticsLevel level) => level.IsVerbose2();
Esempio n. 3
0
 public static bool CollectContextSwitchesStats(this StatisticsLevel level) => level.IsVerbose2();
Esempio n. 4
0
 public static bool ReportDetailedThreadTimeTrackingStats(this StatisticsLevel level) => level.IsVerbose2();
Esempio n. 5
0
 public static bool CollectThreadTimeTrackingStats(this StatisticsLevel level) => level.IsVerbose2();
Esempio n. 6
0
        //--------------------------------------//

        public static bool CollectQueueStats(this StatisticsLevel level) => level.IsVerbose2();
Esempio n. 7
0
 public static bool CollectPerWorkItemStats(this StatisticsLevel level) => level.IsVerbose2();