@hackage hp2any-graph0.5.4.2
Real-time heap graphing utility and profile stream server with a reusable graphing module.
Installation
Dependencies (3)
- OpenGL
- base >=4 && <5
- hp2any-core Show all…
Dependents (2)
@hackage/acme-everything, @hackage/hp2any-manager
Package Flags
serveronly
(off by default)
Suppress building the client, thereby removing the dependency on OpenGL.
This package contains two utilities: a grapher that can display heap profiles in real time both for local and remote processes, and a relay application the grapher connects to in the latter case. Additionally, the graphing capability is exposed to other programs as well in the form of a library module.
To avoid the need for OpenGL on the server side, the package can be
built with the ServerOnly flag:
cabal install --flags=serveronly