1 #ifndef __ECS_TIMER_H__
2 #define __ECS_TIMER_H__
void ecs_timer_cpu_times(double *user_time, double *system_time)
Return separate user and system CPU times.
Definition: ecs_timer.c:260
#define BEGIN_C_DECLS
Definition: ecs_def.h:234
double ecs_timer_cpu_time(void)
Return CPU time.
Definition: ecs_timer.c:197
#define END_C_DECLS
Definition: ecs_def.h:235
BEGIN_C_DECLS double ecs_timer_wtime(void)
Return Wall clock time.
Definition: ecs_timer.c:127