X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rts%2FPapi.h;h=835eea6473659c22e4a2ffec7ac18f022cf44d16;hp=940ec51fd9d63fc65c9b341d5f0dc3da28b6c707;hb=b19ba85c6ec3504a66b33243cfb43599d8c298a7;hpb=fe07f054d7ae5e10b14d5fed730fe4424dabd587 diff --git a/rts/Papi.h b/rts/Papi.h index 940ec51..835eea6 100644 --- a/rts/Papi.h +++ b/rts/Papi.h @@ -1,3 +1,9 @@ +/* ----------------------------------------------------------------------------- + * (c) The GHC Team 2006 + * + * Initialization and use of the PAPI performance monitoring library + * + * ---------------------------------------------------------------------------*/ #include @@ -26,6 +32,8 @@ extern long_long GCCounters[]; long_long papi_counter(long_long values[],int event); void papi_report(long_long PapiCounters[]); +void papi_mut_cycles(void); +void papi_gc_cycles(void); void papi_add_events(int EventSet); void papi_init_eventsets(void);