Class MvnResourceUsageNormalizedSamples_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.resourceusage.MvnResourceUsageNormalizedSamples_1_0
A normalized representation of a list of samples.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
samples
public final byte[] samplesAn array of normalized samples. Each value is normalized to a percentage of themax
value, and thus fits in a single byte. This induces a loss of precision. -
max
public final long maxThe maximum, non-normalized, value of all samples.
-
-
Constructor Details
-
MvnResourceUsageNormalizedSamples_1_0
public MvnResourceUsageNormalizedSamples_1_0(byte[] samples, long max)
-
-
Method Details