blob: b67c8c442e938182d4f950bb581306ba40590c0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* -----------------------------------------------------------------------------
*
* (c) The GHC Team 1998-2005
*
* Interval timer for profiling and pre-emptive scheduling.
*
* ---------------------------------------------------------------------------*/
#ifndef ITIMER_H
#define ITIMER_H
RTS_PRIVATE lnat getourtimeofday ( void );
#endif /* ITIMER_H */
|