Skip to content

Commit e552957

Browse files
Docs: guide on profiling: fix the title (haskell#10606)
* 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>
1 parent d764489 commit e552957

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/how-to-analyze-haskell-code-performance.rst renamed to doc/how-to-enable-profiling.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
How to analyze Haskell performance
2-
==================================
1+
How to enable collection of performance statistics (profiling)
2+
==============================================================
33

44
When a Haskell application is slow or uses too much memory,
55
Cabal and `GHC <https://downloads.haskell.org/ghc/latest/docs/users_guide/profiling.html>`__

doc/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Welcome to the Cabal User Guide
1515

1616
how-to-package-haskell-code
1717
how-to-source-packages
18-
how-to-analyze-haskell-code-performance
18+
how-to-enable-profiling
1919
how-to-build-like-nix
2020
how-to-run-in-windows
2121
how-to-use-backpack

0 commit comments

Comments
 (0)