blob: 5767759901d86ef5dc910b361b2f1dbe42582421 (
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) __THROW;
extern void write_profiling (void) __THROW;
#endif
|