HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SYS_Time.h File Reference
#include "SYS_API.h"
#include "SYS_Types.h"
#include <time.h>
#include <sys/time.h>
+ Include dependency graph for SYS_Time.h:
+ This graph shows which files directly or indirectly include this file:

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 Documentation

typedef struct timeval SYS_TimeVal

Definition at line 28 of file SYS_Time.h.

Function Documentation

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 ( )
SYS_API fpreal SYStime ( const SYS_TimeVal tval)