@hackage / tkyprof

A web-based visualizer for GHC Profiling Reports

Latest0.2.2.2

About

Metadata

  • Last updated , by MitsutoshiAoe
  • License BSD-3-Clause
  • Categories Development
  • Maintained by: Mitsutoshi Aoe <maoe@foldr.in>

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    production (on by default)

    Build the production executable.

    devel (off by default)

    Build for use with "yesod devel"

Readme

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.

TKYProf

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

  1. cabal install tkyprof installs the executable tkyprof.
  2. Run tkyprof on your terminal.
  3. Access http://localhost:3000/.
  4. Drag and drop your profiling reports.
  5. TKYProf draws a pretty chart.

screenshot

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)