#include "global.h"
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>
#include "pike_rusage.h"
#include "time_stuff.h"
#include "fd_control.h"
#include "pike_error.h"
Defines | |
#define | CONVERT_TIME(TIME, TICKS, BASE) (((TIME) / (TICKS)) * (BASE) + ((TIME) % (TICKS)) * (BASE) / (TICKS)) |
Functions | |
int | pike_get_rusage (pike_rusage_t rusage_values) |
cpu_time_t | get_cpu_time (void) |
cpu_time_t | get_real_time (void) |
long * | low_rusage (void) |
INT32 | internal_rusage (void) |
|
|
|
|
|
|
|
|
|
|
|
|