X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FProfRts.h;h=2ffe8c31a439ddac32c08502d9ffd5b1363ae165;hb=2ebe47be924ec18a1e154fe50707aa18d43542c0;hp=883672fd0c4da2dc4d37db7362058049d01805c7;hpb=cadc82fc0a7a1e640bb04842769ca337dedb8c70;p=ghc-hetmet.git diff --git a/ghc/rts/ProfRts.h b/ghc/rts/ProfRts.h index 883672f..2ffe8c3 100644 --- a/ghc/rts/ProfRts.h +++ b/ghc/rts/ProfRts.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: ProfRts.h,v 1.6 1999/09/16 12:29:55 simonmar Exp $ + * $Id: ProfRts.h,v 1.7 1999/12/03 15:55:29 chak Exp $ * * (c) The GHC Team, 1998-1999 * @@ -17,15 +17,10 @@ void endProfiling ( void ); void report_ccs_profiling ( void ); void heap_profile_finish (void); -void initProfiling ( void ); -void endProfiling ( void ); - void PrintNewStackDecls ( void ); void print_ccs (FILE *, CostCentreStack *); -void report_ccs_profiling( void ); - # define DEFAULT_INTERVAL TICK_FREQUENCY extern rtsBool time_profiling;