mpickering / eventlog2html

Visualise eventlog events as a static webpage
Other
69 stars 16 forks source link

feature request: Number of constructors #170

Open maralorn opened 1 year ago

maralorn commented 1 year ago

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. (For which I needed to learn how to calculate the size of the constructor.) If eventlog2html could do that for me, that would be super helpful.