summaryrefslogtreecommitdiff
path: root/rts/Papi.c
Commit message (Collapse)AuthorAgeFilesLines
* improvements to PAPI supportsimonmar@microsoft.com2007-11-201-81/+96
| | | | | | | - major (multithreaded) GC is measured separately from minor GC - events to measure can now be specified on the command line, e.g prog +RTS -a+PAPI_TOT_CYC
* fix warningsSimon Marlow2007-11-011-4/+4
|
* Refactor PAPI support, and add profiling of multithreaded GCSimon Marlow2007-10-311-57/+137
|
* also count total dispatch stalls in +RTS -asSimon Marlow2007-10-301-0/+5
|
* One more PAPI measurement, dropped precise cycle counting and replaced it ↵Alexey Rodriguez2006-12-211-5/+52
| | | | with instructions.
* whitespaceSimon Marlow2006-11-201-1/+0
|
* Cosmetic improvements, no change in Papi functionality.mrchebas@gmail.com2006-11-091-70/+82
|
* Selection of PAPI events via RTS command linemrchebas@gmail.com2006-11-091-33/+57
|
* Addition of PAPI to RTSmrchebas@gmail.com2006-11-081-0/+197
This patch still requires the addition of the USE_PAPI define to compile with PAPI. Also, programs must be compiled and linked with the appropriate library flags for papi.