C D G

C

CpuTime - class de.uniulm.sai.util.CpuTime.
This class makes it possible to access the user and the system time of the current process (not thread!).

D

de.uniulm.sai.util - package de.uniulm.sai.util
 

G

getSystemTime() - Static method in class de.uniulm.sai.util.CpuTime
Returns the system time of the current process in seconds.
getTotalTime() - Static method in class de.uniulm.sai.util.CpuTime
Returns the sum of the user and system times of the current process in seconds.
getUserTime() - Static method in class de.uniulm.sai.util.CpuTime
Returns the user time of the current process in seconds.

C D G