Enum Class ProcessorInformation.SystemTickCountProperty
java.lang.Object
java.lang.Enum<ProcessorInformation.SystemTickCountProperty>
oshi.driver.common.windows.perfmon.ProcessorInformation.SystemTickCountProperty
- All Implemented Interfaces:
Serializable, Comparable<ProcessorInformation.SystemTickCountProperty>, Constable, PdhCounterProperty
- Enclosing class:
ProcessorInformation
public static enum ProcessorInformation.SystemTickCountProperty
extends Enum<ProcessorInformation.SystemTickCountProperty>
implements PdhCounterProperty
System performance counters
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionPercent DPC time for _Total.Percent interrupt time for _Total. -
Method Summary
Modifier and TypeMethodDescriptionGets the PDH counter name.Gets the PDH counter instance name.Returns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PERCENTDPCTIME
Percent DPC time for _Total. -
PERCENTINTERRUPTTIME
Percent interrupt time for _Total.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getInstance
Description copied from interface:PdhCounterPropertyGets the PDH counter instance name.- Specified by:
getInstancein interfacePdhCounterProperty- Returns:
- Returns the instance.
-
getCounter
Description copied from interface:PdhCounterPropertyGets the PDH counter name.- Specified by:
getCounterin interfacePdhCounterProperty- Returns:
- Returns the counter.
-