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