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

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

It would be nice if `eventlog2html` can produce visualizations similar to [ThreadScope](https://wiki.haskell.org/ThreadScope). That would be great, because ThreadScope is a pain to install or build, because of the GTK. I...

The current logic of the `-i` and `-x` option as decided by @BinderDavid is that if you use both `-i` and `-x` options that all traces matching `-i` are included...

At the moment we do some processing of the data to find the biggest `K` bands and collapse them together. We also sort the bands in Haskell which makes displaying...

when running with `--bands 0` on a long running (~ 2 GB) eventlog, eventlog2html will be terminated by my OS after eating 40 GB of RAM. I have yet to...