Class CounterType

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Diagnostics.PerformanceCounter, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Diagnostics.PerformanceCounter
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Diagnostics.PerformanceData.CounterType
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
      • SampleCounter

        public static CounterType SampleCounter
      • LargeQueueLength

        public static CounterType LargeQueueLength
      • QueueLength100Ns

        public static CounterType QueueLength100Ns
      • QueueLengthObjectTime

        public static CounterType QueueLengthObjectTime
      • RateOfCountPerSecond32

        public static CounterType RateOfCountPerSecond32
      • RateOfCountPerSecond64

        public static CounterType RateOfCountPerSecond64
      • RawFraction32

        public static CounterType RawFraction32
      • RawFraction64

        public static CounterType RawFraction64
      • PercentageActive

        public static CounterType PercentageActive
      • PrecisionSystemTimer

        public static CounterType PrecisionSystemTimer
      • PercentageActive100Ns

        public static CounterType PercentageActive100Ns
      • PrecisionTimer100Ns

        public static CounterType PrecisionTimer100Ns
      • ObjectSpecificTimer

        public static CounterType ObjectSpecificTimer
      • PrecisionObjectSpecificTimer

        public static CounterType PrecisionObjectSpecificTimer
      • SampleFraction

        public static CounterType SampleFraction
      • PercentageNotActive

        public static CounterType PercentageNotActive
      • PercentageNotActive100Ns

        public static CounterType PercentageNotActive100Ns
      • MultiTimerPercentageActive

        public static CounterType MultiTimerPercentageActive
      • MultiTimerPercentageActive100Ns

        public static CounterType MultiTimerPercentageActive100Ns
      • MultiTimerPercentageNotActive

        public static CounterType MultiTimerPercentageNotActive
      • MultiTimerPercentageNotActive100Ns

        public static CounterType MultiTimerPercentageNotActive100Ns
      • AverageTimer32

        public static CounterType AverageTimer32
      • AverageCount64

        public static CounterType AverageCount64
      • MultiTimerBase

        public static CounterType MultiTimerBase
    • Constructor Detail

      • CounterType

        public CounterType​(java.lang.Object instance)
        Internal constructor. Use with caution
      • CounterType

        public CounterType()