Unable to see impact of 200mb object |
||||
Issue descriptionhttps://cache-memory-test.glitch.me/ Click "cache large resource" then wait for console log. GC. Profile & press "get as buffer" This brings a 200mb into memory, but I can't find anything in devtools that shows this allocation.
,
Jul 27 2017
,
Jul 27 2017
DevTools memory profiler can only profile JS heap memory. Native memory is not instrumented. As long as Uint8Array is a native array it is not instrumented by memory timeline. So the behavior is expected. Reassigning to performance API folks for performance.memory issue.
,
Jul 31 2017
As per crbug.com/709008, in the long term, we want to replace performance.memory with something on the standards track. I think the reason why this doesn't show up in performance.memory is the same as the response in #3: native memory isn't instrumented. WontFixing, but we should address this in whatever we decide to replace performance.memory with.
,
Jul 31 2017
|
||||
►
Sign in to add a comment |
||||
Comment 1 by a...@rigo.sk
, Jul 27 201764.0 KB
64.0 KB View Download
94.8 KB
94.8 KB View Download