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