public static bool PerformStageAnalysis(this StatisticsLevel level) => level.IsVerbose2();
public static bool CollectShedulerQueuesStats(this StatisticsLevel level) => level.IsVerbose2();
public static bool CollectContextSwitchesStats(this StatisticsLevel level) => level.IsVerbose2();
public static bool ReportDetailedThreadTimeTrackingStats(this StatisticsLevel level) => level.IsVerbose2();
public static bool CollectThreadTimeTrackingStats(this StatisticsLevel level) => level.IsVerbose2();
//--------------------------------------// public static bool CollectQueueStats(this StatisticsLevel level) => level.IsVerbose2();
public static bool CollectPerWorkItemStats(this StatisticsLevel level) => level.IsVerbose2();