30 extern char *elapsed_time();
33 sprintf(s,
"ET:%13s CP:%8.2f BIO:%ld DIO:%ld PF:%ld MEM:%ld", elapsed_time(),
36 fprintf(fp,
"%s %s\n", label, s);
void report_stats(FILE *fp, char *label)
Reports statistics to a specified file.
long page_faults()
Retrieves the number of page faults since the last initialization.
long cpu_time()
Retrieves the CPU time used since the last initialization.