![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <sys/time.h>
Include dependency graph for getrusage.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | rusage |
Macros | |
| #define | RUSAGE_SELF 1 |
| #define | RUSAGE_CHILDREN 2 |
| #define | RUSAGE_THREAD 3 |
Functions | |
| int | getrusage (int who, struct rusage *rusage) |
| #define RUSAGE_CHILDREN 2 |
Definition at line 57 of file getrusage.h.
| #define RUSAGE_SELF 1 |
Definition at line 53 of file getrusage.h.
| #define RUSAGE_THREAD 3 |
Definition at line 61 of file getrusage.h.
|
extern |
Definition at line 56 of file getrusage.c.
References RUSAGE_SELF, RUSAGE_THREAD, usage(), and usage_to_timeval().
Referenced by dt_get_times().