All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
StatisticalDescription |
computeCharacteristics_detailed(long[] measurements,
boolean logValues) |
StatisticalDescription |
computeClusterWidthCharacteristicsAcrossProcesses(long clusterValue) |
boolean |
equals(Object obj) |
long |
getAccuracy() |
long[][] |
getAllInitialMeasurements() |
long[] |
getAllMeasurementsAppendedAndSorted() |
StatisticalDescription |
getAllMeasurementsCharacterisation() |
SortedMap<Long,Integer> |
getAllMeasurementsHistogram() |
List<MeasurementGroupsCluster> |
getClusters() |
double |
getExternallyDeterminedTimerFrequency() |
double |
getExternallyDeterminedTimerInvocationCost() |
SortedMap<Integer,SortedMap<Long,Integer>> |
getHistogramElementsByProcess() |
SortedMap<Long,SortedMap<Integer,Integer>> |
getHistogramElementsByValue() |
StatisticalDescription |
getInvocationCost() |
List<StatisticalDescription> |
getProcessCharacterisations() |
StatisticalDescription |
getProcessed_allMeasurementsCharacterisation() |
SortedMap<Long,Integer> |
getProcessed_allMeasurementsHistogram() |
List<MeasurementGroupsCluster> |
getProcessed_clusters() |
SortedMap<Integer,SortedMap<Long,Integer>> |
getProcessed_histogramElementsByProcess() |
SortedMap<Long,SortedMap<Integer,Integer>> |
getProcessed_histogramElementsByValue() |
List<StatisticalDescription> |
getProcessed_processCharacterisations() |
long[][] |
getRaw_allInitialMeasurements() |
long[] |
getRaw_allMeasurementsAppendedAndSorted() |
boolean |
isFrequencyOfTimerSpecifiedExternally() |
boolean |
isInvocationCostOfTimerSpecifiedExternally() |
void |
setAccuracy(long accuracy) |
void |
setAllInitialMeasurements(long[][] timerMeterMeasurements) |
void |
setAllMeasurementsAppendedAndSorted(long[] allMeasurementsAppendedAndSorted) |
void |
setAllMeasurementsCharacterisation(StatisticalDescription allMeasurementsCharacterisation) |
void |
setAllMeasurementsHistogram(SortedMap<Long,Integer> allMeasurementsHistogram) |
void |
setClusters(List<MeasurementGroupsCluster> clusters) |
void |
setExternallyDeterminedTimerFrequency(double frequency) |
void |
setExternallyDeterminedTimerInvocationCost(double cost) |
void |
setHistogramElementsByProcess(SortedMap<Integer,SortedMap<Long,Integer>> histogramElementsByProcessAcrossAllProcesses) |
void |
setHistogramElementsByValue(SortedMap<Long,SortedMap<Integer,Integer>> histogramElementsByValueAcrossAllProcesses) |
void |
setInvocationCost(StatisticalDescription invocationCost) |
void |
setProcessCharacterisations(List<StatisticalDescription> processCharacterisations) |
void |
setProcessed_allMeasurementsCharacterisation(StatisticalDescription processed_allMeasurementsCharacterisation) |
void |
setProcessed_allMeasurementsHistogram(SortedMap<Long,Integer> processed_allMeasurementsHistogram) |
void |
setProcessed_clusters(List<MeasurementGroupsCluster> processed_clusters) |
void |
setProcessed_histogramElementsByProcess(SortedMap<Integer,SortedMap<Long,Integer>> processed_histogramElementsByProcess) |
void |
setProcessed_histogramElementsByValue(SortedMap<Long,SortedMap<Integer,Integer>> processed_histogramElementsByValue) |
void |
setProcessed_processCharacterisations(List<StatisticalDescription> processed_processCharacterisations) |
void |
setRaw_allInitialMeasurements(long[][] raw_allInitialMeasurements) |
void |
setRaw_allMeasurementsAppendedAndSorted(long[] raw_allMeasurementsAppendedAndSorted) |
String |
toString_extensive() |
String |
toString() |