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

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