Skip to content

Commit b1a8362

Browse files
author
doyougnu
committed
Add ghc-prof related tooling to -prof section
1 parent c49de51 commit b1a8362

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

proposals/2022-01-31-haskell-optimization-handbook.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,11 @@ triangle implies memory leak): -hT -hC -hy etc.
216216
1.2.1 Valgrind+Massif
217217
218218
1.2 Measurement: GHC based Methods
219-
1.2.1 command line flags, building with -prof
219+
1.2.1 command line flags, building with -prof, associated libraries for data exploration:
220+
- ghc-prof
221+
- profiteur
222+
- viewprof
223+
- profiterole
220224
1.2.2 -dtimings flag and parsing its output
221225
1.2.3 ticky ticky profiling
222226
1.2.4 Niel Mitchell's reduced stack method

0 commit comments

Comments
 (0)