gmon.h 314 B

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