class TimeStamp
|
The TimeStamp class implements entities that contain the time stamp of
it's creation. More... |
|
|
Public Methods
Private Members
The TimeStamp class implements entities that contain the time stamp of
it's creation. The resolution is 1/100 of a second. Additionally it stores
a process id, user and system time information. This class is needed to
implement the OSProcessList class.
TimeStamp (pid_t pid_, int utime, int stime)
| TimeStamp |
pid_t getPid (void)
| getPid |
[const]
int getSysTime (void)
| getSysTime |
[const]
int getUserTime (void)
| getUserTime |
[const]
int getCentStamp (void)
| getCentStamp |
[const]
[private]
[private]
[private]
[private]
| Generated by: andreas on linux on Sat Jun 15 19:28:49 2002, using kdoc 2.0a53. |