Update README

This commit is contained in:
Tom McLaughlin 2024-02-13 21:23:12 -08:00
parent ca57a0397f
commit affe286ed4

View File

@ -1,7 +1,7 @@
# time-ghc-modules
Figure out why your builds are slow. This tool analyzes how long it takes GHC to compile your Haskell modules, broken down by phase.
Figure out why your builds are slow. This tool analyzes how long it takes GHC to compile your Haskell modules, broken down by phase. It can draw both bar charts and treemaps, of time or space usage.
# Quick start