summaryrefslogtreecommitdiff
path: root/rts/Papi.c
Commit message (Expand)AuthorAgeFilesLines
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-3/+3
* improvements to PAPI supportsimonmar@microsoft.com2007-11-201-81/+96
* 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 wit...Alexey Rodriguez2006-12-211-5/+52
* 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