Performance Data Item

The PerformanceDataItem class is a container of single performance data collected

Author

N7ghtm4r3 - Tecknobit

Constructors

Link copied to clipboard
constructor(versions: List<String>, analytics: List<PerformanceAnalytic>, analyticType: PerformanceAnalyticType, customFiltered: Boolean)
Constructor to init the PerformanceDataItem class

Properties

Link copied to clipboard
val analyticType: PerformanceAnalyticType
analyticType the type of the analytic collected
Link copied to clipboard
private val customFiltered: Boolean
customFiltered whether the collected data have been filtered with custom filters
Link copied to clipboard
data the collected data

Functions

Link copied to clipboard
Method to group the analytics by their version
Link copied to clipboard
Method to get customFiltered instance