ChartRuntimePerformanceSummary constructor
const
ChartRuntimePerformanceSummary({
- required int sourceDataPointCount,
- int? effectiveDataPointCount,
- int? sampleInputPointCount,
- required int renderedDataPointCount,
- required int seriesCount,
- required bool configSampledData,
- required bool payloadWasNormalized,
- required bool payloadChanged,
- required bool largeUnsampled,
- required double renderedOutputRatio,
- required double renderedReductionRatio,
- double? samplingOutputRatio,
- double? samplingReductionRatio,
- required double processingCacheHitRate,
- required double extractionCacheHitRate,
- required double? processingCacheMemoryPressure,
- required double? renderCacheHitRate,
- required int? renderCacheRequests,
- required double? pictureCacheMemoryPressure,
- required ChartRuntimePerformanceSeverity severity,
- required ChartRuntimePerformanceRecommendation recommendation,
- ChartRuntimePerformancePolicy policy = ChartRuntimePerformancePolicy.defaults,
Implementation
const ChartRuntimePerformanceSummary({
required this.sourceDataPointCount,
this.effectiveDataPointCount,
this.sampleInputPointCount,
required this.renderedDataPointCount,
required this.seriesCount,
required this.configSampledData,
required this.payloadWasNormalized,
required this.payloadChanged,
required this.largeUnsampled,
required this.renderedOutputRatio,
required this.renderedReductionRatio,
this.samplingOutputRatio,
this.samplingReductionRatio,
required this.processingCacheHitRate,
required this.extractionCacheHitRate,
required this.processingCacheMemoryPressure,
required this.renderCacheHitRate,
required this.renderCacheRequests,
required this.pictureCacheMemoryPressure,
required this.severity,
required this.recommendation,
this.policy = ChartRuntimePerformancePolicy.defaults,
});