hp2pretty: generate pretty graphs from heap profiles
hp2pretty is a rewrite of hp2ps, implemented in Haskell, with the aims of being maintainable, with more flexible output, and more beautiful output. Currently hp2pretty outputs Scalable Vector Graphics (SVG) only, though PostScript (PS) is planned. Not all of hp2ps' options are implemented yet in hp2pretty.
In hp2pretty-0.8 output filtering and sorting flags are added, as well as low-ink pattern fills for printing:
hp2pretty --trace=1 *.hp hp2pretty --bands=15 *.hp hp2pretty --sort=size *.hp hp2pretty --sort=stddev *.hp hp2pretty --sort=name *.hp hp2pretty --reverse *.hp hp2pretty --pattern *.hp
In hp2pretty-0.7 a parsing bug is fixed.
In hp2pretty-0.6 ByteString is replaced by Text, fixing bugs with Unicode.
In hp2pretty-0.5 using attoparsec and floatshow internally should give a healthy speedup.
In hp2pretty-0.4 usage changed since the previous release:
hp2pretty *.hp hp2pretty --uniform-scale=time *.hp hp2pretty --uniform-scale=memory *.hp hp2pretty --uniform-scale=both *.hp
Colours also changed: now they are based on a hash of the cost label, which should make colours have stable semantics across program runs.
[Skip to Readme]
Downloads
- hp2pretty-0.8.0.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.8.0.1, 0.8.0.2, 0.9, 0.10, 0.10.1 |
---|---|
Change log | NEWS |
Dependencies | array, attoparsec, base (>=4 && <5), containers, filepath, floatshow, mtl, optparse-applicative, semigroups, text [details] |
License | BSD-3-Clause |
Copyright | (C) 2010,2011,2015,2017 Claude Heiland-Allen |
Author | Claude Heiland-Allen |
Maintainer | claude@mathr.co.uk |
Category | Development |
Home page | https://code.mathr.co.uk/hp2pretty |
Source repo | head: git clone https://code.mathr.co.uk/hp2pretty.git this: git clone https://code.mathr.co.uk/hp2pretty.git(tag v0.8.0.2) |
Uploaded | by ClaudeHeilandAllen at 2017-06-29T09:58:18Z |
Distributions | LTSHaskell:0.10.1, NixOS:0.10, Stackage:0.10.1 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | hp2pretty |
Downloads | 10906 total (97 in the last 30 days) |
Rating | 2.25 (votes: 2) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] Last success reported on 2017-06-29 [all 3 reports] |