blob: 2e561880279b958530575143b9a409ba2ba2daf6 (
plain)
1
2
3
4
5
6
7
|
#include <gmon/sys/gmon.h>
/* Now define the internal interfaces. */
/* Write current profiling data to file. */
extern void __write_profiling __P ((void));
extern void write_profiling __P ((void));
|