![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include "win/win.h"
#include <config.h>
#include <stdio.h>
#include <errno.h>
#include <psapi.h>
#include <sys/time.h>
#include "getrusage.h"
Functions | |
static void | usage_to_timeval (FILETIME *ft, struct timeval *tv) |
int | getrusage (int who, struct rusage *usage) |
int getrusage | ( | int | who, |
struct rusage * | usage | ||
) |
References RUSAGE_SELF, RUSAGE_THREAD, usage(), and usage_to_timeval().
Referenced by dt_get_times().
|
static |
Referenced by getrusage().