Matthew Pickering
Matthew Pickering
We are unfortunately limited by the library we are using to render these images. There is not a lot of flexibility to produce responsive layouts which can adapt to different...
This is fixed, in some way, by #112
The file generated for profiling GHC building cabal is 18mb, so not really really big.
I imagine this is because the eventlog is generated with a newer version of GHC than the ghc-events that eventlog2html can read.
Could be this GHC issue, which I never got to the bottom of - https://gitlab.haskell.org/ghc/ghc/-/issues/17948
I just fixed a bug like this I think which was caused by incorrectly calculating the size of an event in GHC. It's quite hard to narrow down though but...
@MangoIV The issue is related to a corrupted eventlog, either due to a bug in the eventlog writing logic or because the process is terminated when the eventlog is being...
I am still using 2.3 as the 2.4 release seemed quite broken.
Not sure at all what might cause this. Perhaps a corrupt download.
Here's a demo of something I put together this afternoon. It needs to be cleaned up (and it relies on a hacked version of ghc-exactprint) but I think it could...