X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FItimer.h;h=2430ec1a3868d584748af059258c5030200bf583;hb=11bca975a6781f42b0d29585500d76838a36ae47;hp=257d2748e618cae5307e8455429ca80e2f340d41;hpb=66f7a41dfbf02a000ef3fb2a2b84c89f5dd53177;p=ghc-hetmet.git diff --git a/ghc/rts/Itimer.h b/ghc/rts/Itimer.h index 257d274..2430ec1 100644 --- a/ghc/rts/Itimer.h +++ b/ghc/rts/Itimer.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Itimer.h,v 1.6 2000/08/03 11:28:35 simonmar Exp $ + * $Id: Itimer.h,v 1.7 2000/08/25 13:12:07 simonmar Exp $ * * (c) The GHC Team 1998-1999 * @@ -17,6 +17,9 @@ extern rtsBool do_prof_ticks; /* profiling ticks on/off */ +/* Total number of ticks since startup */ +extern lnat total_ticks; + nat initialize_virtual_timer ( nat ms ); int install_vtalrm_handler ( void ); void block_vtalrm_signal ( void );