Skip to content

Commit

Permalink
Add top-level performance measuring guide page
Browse files Browse the repository at this point in the history
  • Loading branch information
malteneuss committed Nov 18, 2024
1 parent 153b685 commit 1c7af04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/how-to-analyze-haskell-code-performance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ Second, rerun your application with ``cabal run``, which also automatically rebu
- base64-bytestring-1.2.1.0 (lib) --enable-profiling (requires build)
- cryptohash-sha256-0.11.102.1 (lib) --enable-profiling (requires build)
...
<app runs and finishes>
You should now find more information in the profiling report ``my-app.prof``
to analyze. More information on how to configure Cabal options can be found in the
Expand Down

0 comments on commit 1c7af04

Please sign in to comment.