source: vendor/binutils/current/gprof/hertz.h

Last change on this file was 609, checked in by bird, 22 years ago

binutils v2.14 - offical sources.

  • Property cvs2svn:cvs-rev set to 1.1.1.2
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 279 bytes
Line 
1#ifndef hertz_h
2#define hertz_h
3
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
11extern int hertz PARAMS ((void));
12
13#endif /* hertz_h */
Note: See TracBrowser for help on using the repository browser.