inspectdev / inspect-issues

Issue tracker for Inspect
22 stars 2 forks source link

Profiler: Support for memory snapshots and timelines #71

Open rkistner opened 3 years ago

rkistner commented 3 years ago

Is support planned for memory snapshots and/or timelines? (Memory snapshots are listed in the interface, but never completes for me)

Safari's dev tools are constantly crashing for me, and debugging memory usage is the one feature that I'd gladly pay for.

auchenberg commented 3 years ago

@rkistner Not at the moment as the memory/tracing formats between Chrome and Webkit are quite different, so this would require some significant work to reverse engineer that.

haikl commented 2 years ago

I would also highly appreciate memory snapshots. With Safari on iOS being so picky about memory, having a look into the current objects is invaluable.