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