[Haskell-cafe] ANNOUNCE: TKYProf

Sebastian Fischer fischer at nii.ac.jp
Wed Aug 17 06:31:40 CEST 2011


>
> I'm glad to announce the alpha release of TKYProf.
>

This looks useful, thanks! I'll try it out and let you know if I have
problems.

Installing with GHC 7.2, I needed to relax some upper bounds in cabal files
of dependencies (maintainers CC'ed).

  - email-validate and ranges specify base < 4.4 but also seem to work with
base < 5.
  - yesod-json specifies blaze-textual < 0.2 but also seems to work with
blaze-textual < 0.3

Additionally, I linked /usr/lib/libstdc++.so.6 to /usr/lib/libstdc++.so
before I could successfully install tkyprof. Not sure about the
consequences..

Cheers,
Sebastian

 http://hackage.haskell.org/package/tkyprof
>  https://github.com/maoe/tkyprof
>
> TKYprof is a web-based interacitve visualizer for GHC time and allocation
> profiling reports. It helps you to find the bottlenecks in your code
> quickly!
>
> Here is a blog post:
>
>   http://blog.foldr.in/tkyprof-a-web-based-interactive-visualizer-fo
>
> It is still alpha and it have some bugs. I'm happy to hear your feedback.
>
> Thanks,
>
> --
> Mitsutoshi Aoe
> maoe at foldr.in
>
>
>
>
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20110817/175f5205/attachment.htm>


More information about the Haskell-Cafe mailing list