Re: Add support for collecting native events with PAPI

2010-06-24 Thread Simon Marlow
On 24/06/2010 04:06, David Peixotto wrote: I created a patch that extends the PAPI support in the runtime to allow users to collect native hardware events along with the preset PAPI events. The extension was mostly to the parameter parsing as all the PAPI machinery was already in place. The deta

Add support for collecting native events with PAPI

2010-06-23 Thread David Peixotto
Hi, I created a patch that extends the PAPI support in the runtime to allow users to collect native hardware events along with the preset PAPI events. The extension was mostly to the parameter parsing as all the PAPI machinery was already in place. The details are in http://hackage.haskell.org