Skip to content

Commit

Permalink
Docs: guide on profiling: fix the title (#10606)
Browse files Browse the repository at this point in the history
* Docs: guide on profiling: fix the title

* fixup! rename the file too

* fixup!

* fixup!

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
ulysses4ever and mergify[bot] authored Dec 22, 2024
1 parent d764489 commit e552957
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
How to analyze Haskell performance
==================================
How to enable collection of performance statistics (profiling)
==============================================================

When a Haskell application is slow or uses too much memory,
Cabal and `GHC <https://downloads.haskell.org/ghc/latest/docs/users_guide/profiling.html>`__
Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Welcome to the Cabal User Guide

how-to-package-haskell-code
how-to-source-packages
how-to-analyze-haskell-code-performance
how-to-enable-profiling
how-to-build-like-nix
how-to-run-in-windows
how-to-use-backpack
Expand Down

0 comments on commit e552957

Please sign in to comment.