tkyprof 0.0.6.1 → 0.0.6.2
raw patch · 2 files changed
+31/−1 lines, 2 files
Files
- README.markdown +28/−0
- tkyprof.cabal +3/−1
+ README.markdown view
@@ -0,0 +1,28 @@+TKYProf+========================++TKYProf is a web-based interactive visualizer for [GHC Time and Allocation Profiling Reports](http://www.haskell.org/ghc/dist/stable/docs/html/users_guide/prof-time-options.html). 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+------------------------++1. `cabal install tkyprof` installs the executable `tkyprof`.+2. Run `tkyprof` on your terminal.+3. Access [http://localhost:3000/](http://localhost:3000/).+4. Drag and drop your profiling reports.+5. TKYProf draws a pretty chart.++++Developers+------------------------++This tool is written and maintained by Mitsutoshi Aoe, <maoe@foldr.in>.
tkyprof.cabal view
@@ -1,5 +1,5 @@ name: tkyprof-version: 0.0.6.1+version: 0.0.6.2 license: BSD3 license-file: LICENSE author: Mitsutoshi Aoe@@ -24,6 +24,8 @@ static/js/tkyprof.js static/images/*.png config/favicon.png+ LICENSE+ README.markdown extra-source-files: config/routes hamlet/*.hamlet