vacuum alternatives and similar packages
Based on the "Debug" category.
Alternatively, view vacuum alternatives based on common mentions on social networks and blogs.
SaaSHub - Software Alternatives and Reviews
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of vacuum or a related project?
README
Vacuum: visualising the GHC heap
Vacuum is a library for extracting graph representations of values from the GHC heap, at runtime. Those graphs may then be further processed or translated to various representations for visualization -- like Graphviz, or Ubigraph.
travis-ci.org results:
Installation
It's just a cabal install
away on Hackage:
$ cabal install vacuum
# also install the graphviz package, for SVG/PNG rendering:
$ cabal install vacuum-graphviz
Gallery of examples
Want to try before you buy, and see what Vacuum output looks like? Here are some examples:
- Vacuuming the linked list
[1, 2]
- Results
More examples will come in the future.
Join in
File bugs in the GitHub issue tracker.
Master git repository:
git clone https://github.com/thoughtpolice/vacuum.git
There's also a BitBucket mirror:
git clone https://bitbucket.org/thoughtpolice/vacuum.git
Authors
See AUTHORS.txt.
License
LGPLv3. See LICENSE.txt
for details.
*Note that all licence references and agreements mentioned in the vacuum README section above
are relevant to that project's source code only.