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

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