The visual-prof package
visual-prof profiles your Haskell program and generates a html file containing its source code with parts of the code highlighted in different colors depending on the fraction of the running time that they take. visual-prof gives you an easy way to find places for optimization in your code.
Usage:
visual-prof -px A/B/C.hs run "arg1 arg2"
This will profile the C.hs file used by run.hs which contains the Main module of your project. Arguments to ./run are passed as shown (arg1, arg2,...). The parameters should be given in that order.
Properties
| Versions | 0.1, 0.2 |
|---|---|
| Dependencies | base (<3), directory, filepath, haskell-src-exts, mtl, parsec, pretty, process, regexpr, uniplate or base (≥3 & <5), containers, directory, filepath, haskell-src-exts, mtl, parsec, pretty, process, regexpr, uniplate |
| License | BSD3 |
| Author | Daniel Velkov |
| Maintainer | djvelkov@gmail.com |
| Category | Development |
| Home page | http://github.com/djv/VisualProf |
| Executables | visual-prof |
| Upload date | Thu Jul 21 06:49:33 UTC 2011 |
| Uploaded by | DanielVelkov |
Downloads
- visual-prof-0.2.tar.gz (Cabal source package)
- package description (included in the package)