#include <stdio.h>#include <stdlib.h>#include <sys/times.h>#include <sys/types.h>#include <unistd.h>#include "pstats.h"Functions | |
| void | pstats_init (void) |
| static void | tms_report (void) |
| static void | ps_report (void) |
| void | pstats_report () |
Variables | |
| static struct tms | tms_beg |
| static struct tms | tms_end |
| static int | has_times = 0 |
| static void tms_report | ( | void | ) | [static] |
| static void ps_report | ( | void | ) | [static] |
Referenced by pstats_report().
| void pstats_report | ( | void | ) |
struct tms tms_beg [static] |
Referenced by pstats_init(), and tms_report().
struct tms tms_end [static] |
Referenced by tms_report().
int has_times = 0 [static] |
Referenced by pstats_init(), and tms_report().
1.5.8