Popularity
6.9
Stable
Activity
0.0
Stable
15
7
2

Monthly Downloads: 6
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Development     GHC     Debug     Profiling     Trace    

linux-perf alternatives and similar packages

Based on the "Debug" category.
Alternatively, view linux-perf alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of linux-perf or a related project?

Add another 'Debug' Package

README

linux-perf

linux-perf is a library for parsing, representing in Haskell and pretty-printing the data file output of the Linux 'perf' command (Linux performance counters).

License and Copyright

linux-perf is distributed as open source software under the terms of the BSD License (see the file LICENSE in the top directory).

Authors: Simon Marlow, Bernie Pope, Mikolaj Konarski, Duncan Coutts, copyright 2010, 2011, 2012.

Contact information

Email Bernie Pope:

florbitous_at_gmail_dot_com

Building and installing

linux-perf uses the cabal infrastructure for configuring, building and installation. It needs access to the header files from the Linux kernel source distribution (one that is sufficiently recent to support the performance counters tool).

To build and install:

cabal install --extra-include-dirs=/path/to/linux/headers/

To clean:

cabal clean

To test:

dump-perf test/ParFib.perf.data | less

For longer examples see README.ghc-events-perf.md.


*Note that all licence references and agreements mentioned in the linux-perf README section above are relevant to that project's source code only.