From 3211bd300ade408a917351f498c6f509cc2686c9 Mon Sep 17 00:00:00 2001 From: Artem Pelenitsyn Date: Thu, 28 Nov 2024 14:20:38 -0500 Subject: [PATCH 1/2] Docs: guide on profiling: fix the title --- doc/how-to-analyze-haskell-code-performance.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/how-to-analyze-haskell-code-performance.rst b/doc/how-to-analyze-haskell-code-performance.rst index fe117a117bd..93e9b802236 100644 --- a/doc/how-to-analyze-haskell-code-performance.rst +++ b/doc/how-to-analyze-haskell-code-performance.rst @@ -1,4 +1,4 @@ -How to analyze Haskell performance +How to enable profiling ================================== When a Haskell application is slow or uses too much memory, From 653a4b7ecbbe3e3e9c95e503f01ff656c61566e2 Mon Sep 17 00:00:00 2001 From: Artem Pelenitsyn Date: Thu, 28 Nov 2024 14:47:34 -0500 Subject: [PATCH 2/2] fixup! rename the file too --- ...haskell-code-performance.rst => how-to-enable-profiling.rst} | 0 doc/index.rst | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename doc/{how-to-analyze-haskell-code-performance.rst => how-to-enable-profiling.rst} (100%) diff --git a/doc/how-to-analyze-haskell-code-performance.rst b/doc/how-to-enable-profiling.rst similarity index 100% rename from doc/how-to-analyze-haskell-code-performance.rst rename to doc/how-to-enable-profiling.rst 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