@hackage tkyprof0.2.2.2
A web-based visualizer for GHC Profiling Reports
Categories
License
BSD-3-Clause
Maintainer
Mitsutoshi Aoe <maoe@foldr.in>
Links
Versions
Installation
Dependencies (0)
Dependents (1)
@hackage/acme-everything
Package Flags
production
(on by default)
Build the production executable.
devel
(off by default)
Build for use with "yesod devel"
TKYProf
TKYProf is a web-based interactive visualizer for GHC Time and Allocation Profiling Reports. It helps you to find the performance bottlenecks of your code quickly.

Prerequistes
- TKYProf uses some of HTML5 features, but does not support graceful downgrading. You need a modern browser supporting HTML5 and CSS3 for now.
- TKYProf is written in Haskell. Haskell Platform and Cabal are required.
How to use TKYProf
cabal install tkyprofinstalls the executabletkyprof.- Run
tkyprofon your terminal. - Access http://localhost:3000/.
- Drag and drop your profiling reports.
- TKYProf draws a pretty chart.

Developers
This tool is written and maintained by Mitsutoshi Aoe, maoe@foldr.in. And thanks to the following contributors:
- Ben Gamari (@bgamari)
- Jasper Van der Jeugt (@jaspervdj)