Skip to content

Commit daf3b02

Browse files
committed
Add support for eras profiling
1 parent 5c0edf2 commit daf3b02

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

eventlog2html.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Library
4646
containers >= 0.5.0 && < 0.8,
4747
file-embed >= 0.0.11 && < 0.1,
4848
filepath >= 1.4.2 && < 1.6,
49-
ghc-events >= 0.19.0 && < 0.21,
49+
ghc-events >= 0.20.0 && < 0.21,
5050
ghc-heap >= 9 && < 10,
5151
hashable >= 1.0 && < 1.6,
5252
hashtables >= 1.2.3 && < 1.5,

src/Eventlog/HtmlTemplate.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ ppHeapProfileType (HeapProfBreakdownRetainer) = "Retainer profiling (implied by
227227
ppHeapProfileType (HeapProfBreakdownBiography) = "Biographical profiling (implied by -hb)"
228228
ppHeapProfileType (HeapProfBreakdownClosureType) = "Basic heap profile (implied by -hT)"
229229
ppHeapProfileType (HeapProfBreakdownInfoTable) = "Info table profile (implied by -hi)"
230+
ppHeapProfileType (HeapProfBreakdownEra) = "Era profile (implied by -he)"
230231

231232

232233
allTabs :: EventlogType

0 commit comments

Comments
 (0)