New issue
Advanced search Search tips

Issue 841914 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Media buffers and frames should all support memory infra tracing

Project Member Reported by sande...@chromium.org, May 10 2018

Issue description

Using MemoryDumpManager, class instances can register to provide memory dump annotations. This provides a variety of useful features:
  - A tree view of categorized memory usage in chrome://tracing.
  - Names for the allocations (eg. frame number)
  - Can record size, count, and custom columns.
  - Handles multiple owners for shared memory, including cross-process.

This information can provide a convenient overview of all of the various buffers in a pipeline. Media should at least be annotating all queues and significant allocations.
 

Sign in to add a comment