Hello!
please add an option to disable the "live metrics" landing page in the devtools performance tab, since it intoduces what looks like a misleading memory leak in the memory heap profiler. (PerformanceEventTiming accumulation)
there may, in fact, be other things in the heap snapshot that are related to devtools being open rather than code and markup of the page being measured. ideally these would all be filtered out of the heap snapshots as not to add noise to the data.
thanks!