2010-03-16 Segher Boessenkool <segher@kernel.crashing.org>
[deliverable/binutils-gdb.git] / gprof / hertz.h
CommitLineData
252b5132
RH
1#ifndef hertz_h
2#define hertz_h
3
252b5132
RH
4#define HZ_WRONG 0 /* impossible clock frequency */
5
6/*
7 * Discover the tick frequency of the machine if something goes wrong,
8 * we return HZ_WRONG, an impossible sampling frequency.
9 */
10
3e8f6abf 11extern int hertz (void);
252b5132
RH
12
13#endif /* hertz_h */
This page took 0.418819 seconds and 4 git commands to generate.