t/io_uring: make submits/reaps per-second reflected with sq thread poll
[fio.git] / lib / getrusage.h
1 #ifndef FIO_GETRUSAGE_H
2 #define FIO_GETRUSAGE_H
3
4 #include <sys/time.h>
5 #include <sys/resource.h>
6
7 extern int fio_getrusage(struct rusage *ru);
8
9 #endif