org.metasyntactic.system
Class Process
java.lang.Object
|
+--org.metasyntactic.system.Process
- public class Process
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
creationTime
public long creationTime
kernelTime
public long kernelTime
userTime
public long userTime
CPUTime
public long CPUTime
getCreationTime
public static long getCreationTime()
getKernelTime
public static long getKernelTime()
getUserTime
public static long getUserTime()
getCPUTime
public static long getCPUTime()
getProcess
public static Process getProcess()
getCreationCalendar
public static java.util.Calendar getCreationCalendar()
main
public static void main(java.lang.String[] args)