HDK
|
Go to the source code of this file.
Typedefs | |
typedef struct timeval | SYS_TimeVal |
Functions | |
SYS_API int | SYSgettimeofday (SYS_TimeVal *tval) |
SYS_API time_t | SYSclock () |
SYS_API fpreal | SYStime () |
SYS_API fpreal | SYStime (const SYS_TimeVal &tval) |
SYS_API void | SYSrusage (SYS_TimeVal &user, SYS_TimeVal &sys) |
typedef struct timeval SYS_TimeVal |
Definition at line 31 of file SYS_Time.h.
SYS_API time_t SYSclock | ( | ) |
SYS_API int SYSgettimeofday | ( | SYS_TimeVal * | tval | ) |
SYS_API void SYSrusage | ( | SYS_TimeVal & | user, |
SYS_TimeVal & | sys | ||
) |
Return the system resource usage times (user and system) for the current process.
SYS_API fpreal SYStime | ( | const SYS_TimeVal & | tval | ) |