diff options
Diffstat (limited to 'gmon/sys/gmon.h')
-rw-r--r-- | gmon/sys/gmon.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gmon/sys/gmon.h b/gmon/sys/gmon.h index 8368ca1ce3..930729e7fc 100644 --- a/gmon/sys/gmon.h +++ b/gmon/sys/gmon.h @@ -175,6 +175,10 @@ extern void monstartup __P ((u_long __lowpc, u_long __highpc)); /* Clean up profiling and write out gmon.out. */ extern void _mcleanup __P ((void)); +/* Write current profiling data to file. */ +extern void __write_profiling __P ((void)); +extern void write_profiling __P ((void)); + __END_DECLS #endif /* sys/gmon.h */ |