Uses of Class
org.hpccsystems.commons.benchmarking.Units.Scale
-
Packages that use Units.Scale Package Description org.hpccsystems.commons.benchmarking Provides generic support of performance metric gathering, calculating, and reporting. -
-
Uses of Units.Scale in org.hpccsystems.commons.benchmarking
Fields in org.hpccsystems.commons.benchmarking declared as Units.Scale Modifier and Type Field Description Units.ScaleUnits. scaleMethods in org.hpccsystems.commons.benchmarking that return Units.Scale Modifier and Type Method Description static Units.ScaleUnits.Scale. valueOf(String name)Returns the enum constant of this type with the specified name.static Units.Scale[]Units.Scale. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hpccsystems.commons.benchmarking with parameters of type Units.Scale Modifier and Type Method Description static doubleUnits. calculateScaleConversion(Units.Scale from, Units.Scale to)voidBenchmarkResult. setMetricDesiredUnitScale(String name, Units.Scale scale)Constructors in org.hpccsystems.commons.benchmarking with parameters of type Units.Scale Constructor Description Units(Units.Type type, Units.Scale scale)
-