Package jnr.posix

Class JavaTimes

java.lang.Object
jnr.posix.JavaTimes
All Implemented Interfaces:
Times

final class JavaTimes extends Object implements Times
  • Field Details

    • startTime

      private static final long startTime
    • HZ

      static final long HZ
      See Also:
  • Constructor Details

    • JavaTimes

      JavaTimes()
  • Method Details

    • utime

      public long utime()
      Specified by:
      utime in interface Times
    • stime

      public long stime()
      Specified by:
      stime in interface Times
    • cutime

      public long cutime()
      Specified by:
      cutime in interface Times
    • cstime

      public long cstime()
      Specified by:
      cstime in interface Times