Uses of Record Class
de.cuioss.benchmarking.common.report.TrendDataProcessor.HistoricalDataPoint
Packages that use TrendDataProcessor.HistoricalDataPoint
-
Uses of TrendDataProcessor.HistoricalDataPoint in de.cuioss.benchmarking.common.report
Methods in de.cuioss.benchmarking.common.report that return types with arguments of type TrendDataProcessor.HistoricalDataPointModifier and TypeMethodDescriptionTrendDataProcessor.loadHistoricalData(Path historyDir) Loads historical data files from the history directory.Method parameters in de.cuioss.benchmarking.common.report with type arguments of type TrendDataProcessor.HistoricalDataPointModifier and TypeMethodDescriptionTrendDataProcessor.calculateTrends(BenchmarkMetrics currentMetrics, List<TrendDataProcessor.HistoricalDataPoint> historicalData) Calculates trend metrics from historical data using EWMA (Exponentially Weighted Moving Average).TrendDataProcessor.generateTrendChartData(List<TrendDataProcessor.HistoricalDataPoint> historicalData, BenchmarkMetrics currentMetrics) Generates chart-ready trend data for visualization.