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

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