hp2any-core: Heap profiling helper library

[ bsd3, development, library, profiling, utils ] [ Propose Tags ]

This is the core library of the hp2any suite. It makes heap profiles available during runtime through a simple interface, optionally managing all the data in the background. It can also process archived profiler output and present it in a structured form.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.9.0, 0.10.0, 0.10.1, 0.11.1, 0.11.2
Change log CHANGES
Dependencies attoparsec, base (>=4 && <5), bytestring, containers, directory, filepath, network, old-locale, process, time [details]
License BSD-3-Clause
Copyright (c) 2009-2013, Patai Gergely
Author Patai Gergely
Maintainer Patai Gergely (patai.gergely@gmail.com)
Category profiling, development, utils
Home page http://www.haskell.org/haskellwiki/Hp2any
Source repo head: git clone https://github.com/cobbpg/hp2any.git
Uploaded by GergelyPatai at 2013-03-04T19:57:19Z
Distributions
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 4595 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for hp2any-core-0.11.2

[back to package description]
Testing:

1. Go to the test directory and compile tester.
2. Load Profiling.Heap.Read into ghci.
3. Change to the dir that contains the cabal file (you should be
   already there if you performed the second step from Emacs).
4. Now you can try _test{1,2,3} as you please. You might want to delete
   test/tester.hp between tests.