1
0
Files
irix-657m-src/eoe/cmd/bloatview/print.h
2022-09-29 17:59:04 +03:00

11 lines
249 B
C

/*
* print.h
*
* Header file for bloat printing
*/
extern void PrintAllBloat(FILE *fp, PROGRAM *bloat);
extern void PrintMapBloat(FILE *fp, PROGRAM *bloat);
extern void PrintProcBloat(FILE *fp, PROGRAM *bloat, char *procName,
pid_t pid);