@hackage / hp2any-graph

Real-time heap graphing utility and profile stream server with a reusable graphing module.

Latest0.5.4.2

About

Metadata

  • Last updated , by GergelyPatai
  • License BSD-3-Clause
  • Maintained by: Patai Gergely (patai.gergely@gmail.com)

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    serveronly (off by default)

    Suppress building the client, thereby removing the dependency on OpenGL.

Readme

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