blob: c95cb3c35541b2aa3670fc970f6346d35bde2349 (
plain)
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);
extern void write_profiling (void);
#endif
|