benchmark utilities now give memory info

This commit is contained in:
Mark Borgerding
2003-11-08 02:48:02 +00:00
parent bd23fe8d23
commit 140f106743
6 changed files with 69 additions and 38 deletions

7
test/pstats.h Normal file
View File

@ -0,0 +1,7 @@
#ifndef PSTATS_H
#define PSTATS_H
void pstats_init();
void pstats_report();
#endif