X-Git-Url: https://git.njae.me.uk/?p=advent-of-code-22.git;a=blobdiff_plain;f=README.md;h=a617b7cc29a94d497c91f5cb70c9a08161f9a08d;hp=7dcb1e77dd9fb72c930512366aece659ee7bea15;hb=refs%2Fheads%2Fmain;hpb=6b87c54247050b019700b1d104bb3a9960d51afa diff --git a/README.md b/README.md index 7dcb1e7..a617b7c 100644 --- a/README.md +++ b/README.md @@ -86,9 +86,12 @@ executable advent01prof ghc-options: -O2 -Wall -threaded + -eventlog -rtsopts "-with-rtsopts=-N -p -s -hT" ``` +Only include the `-eventlog` directive if you want to use Threadscope to investigate parallel behaviour. + then running ```