hp2any-graph-0.5.2: hp2any-graph.cabal
Name: hp2any-graph
Version: 0.5.2
Cabal-Version: >= 1.2
Synopsis: Real-time heap graphing utility and profile stream server with a reusable graphing module.
Category: profiling, development, utils
Description:
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.
Author: Patai Gergely
Maintainer: Patai Gergely (patai@iit.bme.hu)
Copyright: (c) 2009, Patai Gergely
Homepage: http://www.haskell.org/haskellwiki/Hp2any
License: BSD3
License-File: LICENSE
Stability: experimental
Build-Type: Simple
Extra-Source-Files:
src/HandleArgs.hs
test/heaptest.hs
test/readme.txt
CHANGES
Library
HS-Source-Dirs: src
Build-Depends: base >= 4 && < 5, hp2any-core, OpenGL
GHC-Options: -Wall -O2
Exposed-Modules:
Profiling.Heap.OpenGL
Executable hp2any-graph
Executable: hp2any-graph
HS-Source-Dirs: src
Main-IS: Graph.hs
GHC-Options: -Wall -O2
Extra-Libraries: glut
Build-Depends: base >= 4 && < 5, process, directory, filepath, containers,
bytestring, hp2any-core, parseargs, network,
OpenGL, GLUT
Executable hp2any-relay
Executable: hp2any-relay
HS-Source-Dirs: src
Main-IS: Relay.hs
Build-Depends: base >= 4 && < 5, process, directory, filepath, containers,
bytestring, hp2any-core, parseargs, network
GHC-Options: -Wall -O2