From e552957af81a714688bd09bcd26f27a3e647f51d Mon Sep 17 00:00:00 2001 From: Artem Pelenitsyn Date: Sun, 22 Dec 2024 14:23:52 -0500 Subject: [PATCH] Docs: guide on profiling: fix the title (#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> --- ...skell-code-performance.rst => how-to-enable-profiling.rst} | 4 ++-- doc/index.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename doc/{how-to-analyze-haskell-code-performance.rst => how-to-enable-profiling.rst} (98%) diff --git a/doc/how-to-analyze-haskell-code-performance.rst b/doc/how-to-enable-profiling.rst similarity index 98% rename from doc/how-to-analyze-haskell-code-performance.rst rename to doc/how-to-enable-profiling.rst index fe117a117bd..16611bfcafe 100644 --- a/doc/how-to-analyze-haskell-code-performance.rst +++ b/doc/how-to-enable-profiling.rst @@ -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 `__ diff --git a/doc/index.rst b/doc/index.rst index c944ed63d09..4bd13c65d7a 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -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