X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FStats.h;h=626eb0707d77929672315ba75ab7a36ba89237c5;hb=98744cef7b82e7eefbb1c6f1d8b9e28c415939c4;hp=59fe58ab9d329f2956da7f6c33a97adaea3bf308;hpb=dbef766ce79e37a74468a07a93b15ba1f06fe8f8;p=ghc-hetmet.git diff --git a/ghc/rts/Stats.h b/ghc/rts/Stats.h index 59fe58a..626eb07 100644 --- a/ghc/rts/Stats.h +++ b/ghc/rts/Stats.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Stats.h,v 1.14 2001/11/26 16:54:22 simonmar Exp $ + * $Id: Stats.h,v 1.17 2002/02/06 01:21:41 sof Exp $ * * (c) The GHC Team, 1998-1999 * @@ -46,3 +46,7 @@ extern double mut_user_time_during_heap_census(void); extern void statDescribeGens( void ); extern HsInt getAllocations( void ); + +#if defined(SMP) +extern long int stat_getElapsedTime ( void ); +#endif