Class Pdh.PDH_TIME_INFO

  • Enclosing interface:
    Pdh

    @FieldOrder({"StartTime","EndTime","SampleCount"})
    public static class Pdh.PDH_TIME_INFO
    extends Structure
    Information on time intervals as applied to the sampling of performance data.
    See Also:
    PDH_TIME_INFO
    • Field Detail

      • StartTime

        public long StartTime
        Starting time of the sample interval, in local FILETIME format.
      • EndTime

        public long EndTime
        Ending time of the sample interval, in local FILETIME format.
      • SampleCount

        public int SampleCount
        Number of samples collected during the interval.
    • Constructor Detail

      • PDH_TIME_INFO

        public PDH_TIME_INFO()