node-clinic-doctor icon indicating copy to clipboard operation
node-clinic-doctor copied to clipboard

Visualize gc-events in UI

Open AndreasMadsen opened this issue 7 years ago • 11 comments

From https://github.com/nearform/node-clinic-doctor/pull/42

@mcollina There is no visualization, you can look at the docs if you would like to see it. The problem with gc-stats is that it doesn't expose all events. I just exposes some always and others only sometimes. It is a bit confusing. The trace_events shows all the events.

Using the trace_events is not currently possible because there I no way of synchronizing the trace_events clock with another clock. The V8 team is currently working on this: https://github.com/nodejs/node/issues/17349

AndreasMadsen avatar Dec 06 '17 16:12 AndreasMadsen