gcvis
gcvis copied to clipboard
Visualise Go program GC trace data in real time
I wanted to see accumulated totals. This isn't ideal from a memory POV, but it got me the data I needed. Also refactored the JS a bit, seems to work.
This is a PR to fix #1, there are some limitations outlined bellow and I'll see if I can fix the transparent image later on. Limitations: Currently FF saves with...
To enable someone to use this tool to observe event streams over sliding windows of sample recency as well as prevent unbound growth of observations, the list of observations has...