New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 752626 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 3
Type: Bug
Hotlist-MemoryInfra



Sign in to add a comment

MemoryInstrumentation should take a OnceCallback

Project Member Reported by brettw@chromium.org, Aug 4 2017

Issue description

The MemoryInstrumentation class that wraps the memory tracing mojo APIs has some callbacks for completion. These are currently repeating callbacks even though they are only called once. This makes it more confusing to bind moved parameters in the callback.

Summarizing second-hand knowledge: Apparently changing this requires changing the mojo definition but the "once-vs-repeating" flag is per interface and one of the other callbacks needs to be repeating. Things may need more refactoring.
 

Sign in to add a comment