eventlog2html icon indicating copy to clipboard operation
eventlog2html copied to clipboard

Visualise eventlog events as a static webpage

Results 35 eventlog2html issues
Sort by recently updated
recently updated
newest added

> stack --version > Version 2.9.3 aarch64 ``` stack install eventlog2html Error: [S-4804] Stack failed to construct a build plan. While constructing the build plan, Stack encountered the following errors:...

I recently tried out `eventlog2html` with `-hi` as a run-time RTS option for a CLI tool of mine, switching from `-hT`, and the detailed view is most useful to me....

Hi! As far as I know, in the "Detailed" panel, the profiles are sorted according to "Integrated Size". Often, I detect memory leaks by sorting according to "Fit (R2)". However,...

I added this in in https://gitlab.haskell.org/ghc/ghc/-/merge_requests/8506 It adds one more string to the ticky event. See https://gitlab.haskell.org/ghc/ghc/-/merge_requests/8506/diffs#4bef7d0c5d4ce46744aaacac2800349746d7e44f_1366_1366

It would be nice to have something that allows you to diff two eventlogs. I often need to compare two eventlogs and switching between two tabs is quite time consuming....

When viewing -hi profiles the table can get really wide and the max-width set by the stylesheet makes for a really bad experience. I'm not a css expert so I'm...

On my computer there is a **lot** of white space on the left side of the table: ![image](https://user-images.githubusercontent.com/5500646/144051312-dbec5372-d46d-420c-b1f1-e1fe8e747cc6.png) A (likely terribly hacky way) to address this is to set the...

The console says: ``` ReferenceError: ShadowRoot is not defined[Learn More] hyborg.eventlog.html:37:5495 ```

I periodically seem to get this. Usually re-generating an `eventlog` fixes it.

The generated html is getting quite big (7-8mb) when used on GHC. We should have an automatic limit of about 5000 different info tables I think. (GHC has 11256).