|
| GAUDI_API longlong | System::adjustTime (TimeType typ, longlong timevalue) |
| | Convert time from OS native time to requested representation (Experts only)
|
| |
| template<TimeType T> |
| long long | System::adjustTime (long long timevalue) |
| | Convert the time from OS native time to requested representation (Experts only)
|
| |
| GAUDI_API longlong | System::ellapsedTime (TimeType typ=milliSec, InfoType fetch=Times, long pid=-1) |
| | Elapsed time since start of process in milliseconds.
|
| |
| GAUDI_API longlong | System::kernelTime (TimeType typ=milliSec, InfoType fetch=Times, long pid=-1) |
| | CPU kernel mode time of process in milliseconds.
|
| |
| GAUDI_API longlong | System::userTime (TimeType typ=milliSec, InfoType fetch=Times, long pid=-1) |
| | CPU user mode time of process in milliseconds.
|
| |
| GAUDI_API longlong | System::cpuTime (TimeType typ=milliSec, InfoType fetch=Times, long pid=-1) |
| | Consumed CPU time of process in milliseconds.
|
| |
| GAUDI_API longlong | System::remainingTime (TimeType typ=milliSec, InfoType fetch=Quota, long pid=-1) |
| | Maximum processing time left for this process.
|
| |
| GAUDI_API longlong | System::creationTime (TimeType typ=milliSec, InfoType fetch=Times, long pid=-1) |
| | Process Creation time.
|
| |
| GAUDI_API longlong | System::systemStart (TimeType typ=Sec) |
| | Maximum processing time left for this process.
|
| |
| GAUDI_API longlong | System::upTime (TimeType typ=Hour) |
| | Maximum processing time left for this process.
|
| |
| GAUDI_API longlong | System::currentTime (TimeType typ=milliSec) |
| | Retrieve absolute system time.
|
| |
| GAUDI_API longlong | System::tickCount () |
| | Retrieve the number of ticks since system startup.
|
| |
| GAUDI_API ProcessTime | System::getProcessTime (long pid=-1) |
| | Retrieve the process time data for a process.
|
| |
| template<> |
| long long | System::adjustTime< Year > (long long t) |
| |
| template<> |
| long long | System::adjustTime< Day > (long long t) |
| |
| template<> |
| long long | System::adjustTime< Hour > (long long t) |
| |
| template<> |
| long long | System::adjustTime< Min > (long long t) |
| |
| template<> |
| long long | System::adjustTime< Sec > (long long t) |
| |
| template<> |
| long long | System::adjustTime< milliSec > (long long t) |
| |
| template<> |
| long long | System::adjustTime< microSec > (long long t) |
| |
| template<> |
| long long | System::adjustTime< nanoSec > (long long t) |
| |
| template<> |
| long long | System::adjustTime< Month > (long long t) |
| |
| template<> |
| long long | System::adjustTime< Native > (long long t) |
| |