NEW 259553
Web Inspector: Timelines: Memory: measurements are not shown
https://bugs.webkit.org/show_bug.cgi?id=259553
Summary Web Inspector: Timelines: Memory: measurements are not shown
Przemyslaw Gorszkowski
Reported 2023-07-27 05:29:54 PDT
This is a continuation of the topic started in https://github.com/WebKit/WebKit/pull/14286#discussion_r1275003325. The problem appears if the first measurements are 0. Currently, in that case the measurements for category will never show, even if the next measurements will contain some values different from 0. We should find a better way how to filter categories for which we should not show measurements. I can propose two options: * some additional field in MemoryCategoryInfo to indicate is it valid or not for specific category * don't keep all categories by default in ResourceUsageData, just the ones for which we have measurements
Attachments
Radar WebKit Bug Importer
Comment 1 2023-08-03 05:30:15 PDT
Note You need to log in before you can comment on or make changes to this bug.