[project @ 2000-03-08 17:48:24 by simonmar]
[ghc-hetmet.git] / ghc / rts / ProfRts.h
index 2ffe8c3..1af4ca1 100644 (file)
@@ -1,19 +1,23 @@
 /* -----------------------------------------------------------------------------
- * $Id: ProfRts.h,v 1.7 1999/12/03 15:55:29 chak Exp $
+ * $Id: ProfRts.h,v 1.10 2000/03/08 17:48:24 simonmar Exp $
  *
- * (c) The GHC Team, 1998-1999
+ * (c) The GHC Team, 1998-2000
  *
  * Support for profiling
  *
  * ---------------------------------------------------------------------------*/
 
 #if defined(PROFILING) || defined(DEBUG)
-void initProfiling ( void );
-void endProfiling  ( void );
+void initProfiling1 ( void );
+void initProfiling2 ( void );
+void endProfiling   ( void );
+
+extern FILE *prof_file;
 #endif
 
 #ifdef PROFILING
 
+void gen_XML_logfile     ( void );
 void report_ccs_profiling ( void );
 void heap_profile_finish (void);