Matthew Pickering

Results 112 issues of Matthew Pickering

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).

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.

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...

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...

Once #100 and #5 are merged I think the program is "complete", in the sense that all the necessary features are implemented. So after they are merged I think we...