Class ResourceUsageIndexedNormalizedSamples_1_0
java.lang.Object
com.gradle.scan.eventmodel.gradle.resourceusage.ResourceUsageIndexedNormalizedSamples_1_0
An indexed and normalized representation of an array of samples.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionResourceUsageIndexedNormalizedSamples_1_0(List<List<Integer>> indices, List<byte[]> samples, long max) -
Method Summary
-
Field Details
-
indices
The indices allowing to map the samples to domain objects.The outer list has the same length as the number of samples. The inner list contains the indices of the domain objects that a given sample is associated with.
-
samples
-
max
public final long maxThe maximum, non-normalized, value of all samples.
-
-
Constructor Details
-
ResourceUsageIndexedNormalizedSamples_1_0
-
-
Method Details