percentiles property

Map<double, double> percentiles
final

The percentile values (p50, p90, p95, etc.) for the measured samples with outliers.

This Map is from percentile targets (e.g. 0.50 for p50, 0.90 for p90, etc.) to the computed value for the samples.

Implementation

final Map<double, double> percentiles;