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

At the moment the linear regression is computed by collecting all the samples, and then calling `linearRegressionRSqr`. OTOH, the mean and stddev are computed incrementally. Linear regression can also be...

This shouldn't be so hard to do, just requires a bit of javascript and UI design. I am not sure how useful it is though so just leaving it for...

It might be a better experience to reserve the charts for a more general view, usually there are too many bands for the stacked profile view to be really useful.

The output currently uses base 10 (e.g. K means Kilobyte = 1000 byte). Measurements from GHC such as the output from `-Dg` are measured in base 2 e.g. KiB =...

At one point in time, the colours in the cost centre view matched up with the colours in the main chart. In more recent times, I changed the colour ordering...

I would find it useful sometimes if it was possible to generate a standalone vega-lite specification which could be loaded into the vega editor to play around with different rendering...

It would be nice to be able to display a profile as it was being created. 1. Pipe the eventlog into a socket using - https://github.com/bgamari/ghc-eventlog-socket 2. Add a webserver...

Thanks for writing this, I'm finding it really useful! I'm using eventlog2html with `+RTS -h` (on a non-`-prof` build) and notice the labels aren't readable if they are too long...

I think the formatting of the profile header is quite poor at the moment. It takes up quite a lot of vertical space which pushed the profile down and means...

For example: ![2019-07-05-095333_1518x580_scrot](https://user-images.githubusercontent.com/1216657/60710522-cd0a3b80-9f0a-11e9-893c-956b61ae9ea1.png) https://mpickering.github.io/eventlog2html/examples/eventlog2html.eventlog.html We should make it so that for long argument lists there is a scroll bar under the argument list so that it isn't so ugly. I...