New tracing interface
[ghc-hetmet.git] / rts / Stats.h
index 20bc015..9de6b71 100644 (file)
@@ -52,5 +52,6 @@ void      statDescribeGens( void );
 HsInt64   getAllocations( void );
 
 Ticks stat_getElapsedGCTime(void);
+Ticks stat_getElapsedTime(void);
 
 #endif /* STATS_H */