tkyprof: A web-based visualizer for GHC Profiling Reports

[ bsd3, development ] [ Propose Tags ]

A web-based visualizer for GHC Profiling Reports


[Skip to Readme]

Modules

  • Controller

Flags

Automatic Flags
NameDescriptionDefault
production

Build the production executable.

Enabled
devel

Build for use with "yesod devel"

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5.1, 0.0.5.2, 0.0.6, 0.0.6.1, 0.0.6.2, 0.0.6.3, 0.1.0.1, 0.2.0, 0.2.1, 0.2.1.1, 0.2.2, 0.2.2.2
Dependencies aeson (>=0.3 && <0.7), attoparsec (>=0.9 && <0.11), attoparsec-conduit (>=1.0 && <1.1), base (>=4 && <5), blaze-builder, bytestring (>=0.9 && <0.11), cmdargs (>=0.7 && <0.11), conduit (>=1.0 && <1.1), containers (<0.6), data-default (<0.6), directory (<2), filepath (>=1.1 && <2), hamlet (>=0.8 && <1.2), http-types (>=0.7 && <1.0), mtl (>=1.1 && <3), resourcet (>=0.4 && <0.5), rosezipper (>=0.2 && <0.3), shakespeare-css (>=1.0 && <1.1), shakespeare-js (>=1.0 && <1.2), stm (<3), template-haskell (<3), text (>=0.11 && <0.12), time (>=1.2 && <1.5), transformers (>=0.2 && <0.4), unordered-containers (>=0.2 && <0.3), vector (>=0.6 && <1), wai (>=0.4 && <1.5), wai-extra (>=0.4 && <1.5), warp (>=0.4 && <1.4), web-routes (>=0.23 && <0.28), yesod (>=1.2 && <1.3), yesod-core (>=1.2 && <1.3), yesod-form (>=1.3 && <1.4), yesod-static (>=1.2 && <1.3) [details]
License BSD-3-Clause
Copyright Copyright (C) 2011-2013 Mitsutoshi Aoe
Author Mitsutoshi Aoe
Maintainer Mitsutoshi Aoe <maoe@foldr.in>
Category Development
Home page https://github.com/maoe/tkyprof
Bug tracker https://github.com/maoe/tkyprof/issues
Source repo head: git clone git@github.com:maoe/tkyprof.git
Uploaded by MitsutoshiAoe at 2013-07-18T14:58:39Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables prof2json, tkyprof
Downloads 10599 total (43 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Successful builds reported [all 7 reports]

Readme for tkyprof-0.2.1

[back to package description]

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)