#include <pg_rusage.h>
Data Fields | |
struct timeval | tv |
struct rusage | ru |
Definition at line 27 of file pg_rusage.h.
struct rusage PGRUsage::ru |
Definition at line 30 of file pg_rusage.h.
Referenced by pg_rusage_init(), and pg_rusage_show().
struct timeval PGRUsage::tv |
Definition at line 29 of file pg_rusage.h.
Referenced by pg_rusage_init(), and pg_rusage_show().