New issue
Advanced search Search tips

Issue 763662 link

Starred by 2 users

Issue metadata

Status: Archived
Owner:
Closed: Dec 4
Components:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 2
Type: Feature



Sign in to add a comment

DevTools should support timeline of ArrayBuffer/TypedArray/DataView memory usage

Project Member Reported by mwills@google.com, Sep 9 2017

Issue description

UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.79 Safari/537.36

Steps to reproduce the problem:
In the dev console run:
  var x = [];
  setInterval(() => x.push(new Uint8Array(100000000)), 1000);
2. Record a performance or memory profile

What is the expected behavior?
ArrayBuffer allocations are shown as JSArrayBufferData in heap snapshots, but the allocations do not show up in the memory allocation timeline or Performance tab graphs. They appear in the retained size in the memory allocation timeline, but not in the actual graphs (and nowhere in performance recordings).

What went wrong?
See expected behavior

Did this work before? No 

Chrome version: 61.0.3163.79  Channel: stable
OS Version: OS X 10.12.6
Flash Version:
 
Labels: Needs-Triage-M61
Owner: alph@chromium.org
Status: Assigned (was: Unconfirmed)

Comment 3 by alph@chromium.org, Oct 4 2017

Components: -Platform>DevTools Platform>DevTools>Memory
Labels: -Type-Bug Type-Feature
These are not part of V8 heap memory. The snapshots do not capture native memory as of now.

Comment 4 by alph@chromium.org, Oct 4 2017

Labels: -Needs-Triage-M61
Status: Archived (was: Assigned)
Archiving feature requests that we are unlikely to address during the next 18 months.

Sign in to add a comment