Skip navigation links
JNA API 5.10.0
com.sun.jna.platform.unix.solaris

Class LibKstat.KstatTimer

  • Enclosing interface:
    LibKstat


    @Structure.FieldOrder(value={"name","resv","num_events","elapsed_time","min_time","max_time","start_time","stop_time"})
    public static class LibKstat.KstatTimer
    extends Structure
    Event timer statistics. These provide basic counting and timing information for any type of event.
    • Field Detail

      • name

        public byte[] name
      • resv

        public byte resv
      • num_events

        public long num_events
      • elapsed_time

        public long elapsed_time
      • min_time

        public long min_time
      • max_time

        public long max_time
      • start_time

        public long start_time
      • stop_time

        public long stop_time
    • Constructor Detail

      • KstatTimer

        public KstatTimer()
JNA API 5.10.0

Copyright © 2007-2018 Timothy Wall. All Rights Reserved.