X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FRetainerProfile.h;h=da9a847478cdd79b6fd67bfa169a2b3428e38da2;hb=b0758d03f1a00ab0adf57f8157602ef22e8cdd13;hp=827daa8ef468c779ac25441dc8610d3100146937;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/rts/RetainerProfile.h b/rts/RetainerProfile.h index 827daa8..da9a847 100644 --- a/rts/RetainerProfile.h +++ b/rts/RetainerProfile.h @@ -16,11 +16,10 @@ extern void initRetainerProfiling ( void ); extern void endRetainerProfiling ( void ); -extern void printRetainer ( FILE *, retainer ); extern void retainerProfile ( void ); -extern void resetStaticObjectForRetainerProfiling ( void ); +extern void resetStaticObjectForRetainerProfiling( StgClosure *static_objects ); -extern StgWord RTS_VAR(flip); +extern StgWord flip; // extract the retainer set field from c #define RSET(c) ((c)->header.prof.hp.rs)