diff options
Diffstat (limited to 'REORG.TODO/include/sys/gmon.h')
-rw-r--r-- | REORG.TODO/include/sys/gmon.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/REORG.TODO/include/sys/gmon.h b/REORG.TODO/include/sys/gmon.h new file mode 100644 index 0000000000..30889d8bc3 --- /dev/null +++ b/REORG.TODO/include/sys/gmon.h @@ -0,0 +1,19 @@ +#ifndef _SYS_GMON_H +#include <gmon/sys/gmon.h> + +# ifndef _ISOMAC + +/* Now define the internal interfaces. */ + +/* Write current profiling data to file. */ +extern void __write_profiling (void); +extern void write_profiling (void); + +struct __bb; +extern void __bb_init_func (struct __bb *bb); +extern void __bb_exit_func (void); + +extern struct gmonparam _gmonparam attribute_hidden; + +# endif /* !_ISOMAC */ +#endif |