public final class ClassResult extends AbstractResultContainer<MethodResult>
MethodResult
objects, these objects are stored in
this class plus the data is extracted from these MethodResult
objects
and stored in this class. So, every statistical analysis is made on the base
of the overall benchmarked data.elements
Constructor and Description |
---|
ClassResult(Class<?> paramClass)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getElementName()
Returns the name of the related element where these results belong to.
|
getIncludedResults, getResultForObject
addData, getConf05, getConf95, getNumberOfResult, getRegisteredMeters, getRelatedElement, getResultSet, getStandardDeviation, max, mean, min, squareSum, sum, toString
public ClassResult(Class<?> paramClass)
paramClass
- class of these resultspublic String getElementName()
getElementName
in class AbstractResult
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.