Package jnr.posix

Class JavaTimes

  • All Implemented Interfaces:
    Times

    final class JavaTimes
    extends java.lang.Object
    implements Times
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static long HZ  
      private static long startTime  
    • Constructor Summary

      Constructors 
      Constructor Description
      JavaTimes()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long cstime()  
      long cutime()  
      long stime()  
      long utime()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JavaTimes

        JavaTimes()
    • Method Detail

      • 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