PostgreSQL Source Code  git master
PGRUsage Struct Reference

#include <pg_rusage.h>

Data Fields

struct timeval tv
 
struct rusage ru
 

Detailed Description

Definition at line 22 of file pg_rusage.h.

Field Documentation

◆ ru

struct rusage PGRUsage::ru

Definition at line 30 of file pg_rusage.h.

Referenced by pg_rusage_init(), and pg_rusage_show().

◆ tv

struct timeval PGRUsage::tv

Definition at line 30 of file pg_rusage.h.

Referenced by pg_rusage_init(), and pg_rusage_show().


The documentation for this struct was generated from the following file: