| 1 | #ifndef _SYS_GMON_H |
|---|---|
| 2 | #include <gmon/sys/gmon.h> |
| 3 | |
| 4 | # ifndef _ISOMAC |
| 5 | |
| 6 | /* Now define the internal interfaces. */ |
| 7 | |
| 8 | /* Write current profiling data to file. */ |
| 9 | extern void __write_profiling (void); |
| 10 | extern void write_profiling (void); |
| 11 | |
| 12 | extern struct gmonparam _gmonparam attribute_hidden; |
| 13 | |
| 14 | # endif /* !_ISOMAC */ |
| 15 | #endif |
| 16 |