* configure.in: Define BSD44_FORMAT if the target looks like a
[deliverable/binutils-gdb.git] / gprof / hertz.h
CommitLineData
5489fcc3
KR
1#ifndef hertz_h
2#define hertz_h
3
4#include "gprof.h"
5
12516a37 6#define HZ_WRONG 0 /* impossible clock frequency */
5489fcc3
KR
7
8/*
9 * Discover the tick frequency of the machine if something goes wrong,
10 * we return HZ_WRONG, an impossible sampling frequency.
11 */
12516a37 12extern int hertz PARAMS ((void));
5489fcc3
KR
13
14#endif /* hertz_h */
This page took 0.13043 seconds and 4 git commands to generate.