eventlog2html icon indicating copy to clipboard operation
eventlog2html copied to clipboard

Visualise eventlog events as a static webpage

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

- Convert CHANGELOG to markdown format. This enables a nicer rendering on Hackage. - Remove the CI configuration in .travis.yml and replace the travis badge in the README.md which was...

Thanks for your wonderful project! Would it be possible to add a column to the details pane naming the package of a source location, in the same way that the...

When analysing a large eventlog (~425M) generated with `-hi` profiling, I'm seeing no Detailed table in Chrome 110.0.5481.77, and the console contains "RangeError: Maximum call stack size exceeded". Firefox 109.0.1...

I'd like to ask about what do the numbers in the first 2 columns in the details section mean? ![Screenshot from 2022-10-23 07-12-16](https://user-images.githubusercontent.com/2716069/197375252-d03e2eb7-aa45-487c-ad9d-a729a46cc4b7.png) Do you think it would make sense...

The "Heap" chart is sometimes useful even when running without heap profiling, but in that case all the other tabs display empty charts. It would be nice if the tabs...

It would be great if it were possible to either * zoom in on the main window by dragging an interval * have additional zoom controls (with e.g. + and...

It would be great to be able to enter a string, glob or regular expression that filters the events displayed.

I am inspecting a spike which is caused by some entries which apparently don’t matter much in the rest of the program and thus are all grouped into OTHER, being...

Every other tab can be restrict to a smaller time interval. Being able to do this on the detailed view would be excellent. Especially for being able to sort by...

When debugging my program I tried to figure out the number of constructors at any time. So I needed to divide the heap size by the size of the constructor....