Class FreeBsdLibc.CpTime

java.lang.Object
com.sun.jna.Structure
oshi.jna.platform.unix.FreeBsdLibc.CpTime
All Implemented Interfaces:
AutoCloseable
Enclosing interface:
FreeBsdLibc

@FieldOrder("cpu_ticks") public static class FreeBsdLibc.CpTime extends Structure implements AutoCloseable
CPU Ticks
  • Field Details

    • cpu_ticks

      public long[] cpu_ticks
  • Constructor Details

    • CpTime

      public CpTime()
  • Method Details