File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
shake-bench/src/Development/Benchmark Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2100,7 +2100,7 @@ benchmark benchmark
21002100 hs-source-dirs : bench
21012101 build-tool-depends :
21022102 haskell-language-server :ghcide-bench,
2103- hp2pretty :hp2pretty ,
2103+ eventlog2html :eventlog2html ,
21042104 default-extensions :
21052105 LambdaCase
21062106 RecordWildCards
Original file line number Diff line number Diff line change @@ -535,7 +535,7 @@ heapProfileRules build = do
535535 build -/- " */*/*/*/*.heap.svg" %> \ out -> do
536536 let hpFile = dropExtension2 out <.> " hp"
537537 need [hpFile]
538- cmd_ (" hp2pretty " :: String ) [hpFile]
538+ cmd_ (" eventlog2html " :: String ) [" --heap-profile " , hpFile]
539539 liftIO $ renameFile (dropExtension hpFile <.> " svg" ) out
540540
541541dropExtension2 :: FilePath -> FilePath
You can’t perform that action at this time.
0 commit comments