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

Issue 647299 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner:
Last visit > 30 days ago
Closed: Sep 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 2
Type: Bug



Sign in to add a comment

Allow MessageLoop::RunTask events to hide arguments

Project Member Reported by zh...@chromium.org, Sep 15 2016

Issue description

Currently, Every MessageLoop::RunTask event has arguments about the src_file and src_func. In some cases, this information is not needed and it makes the final trace data file too big (as those two are usually long strings). We need a way to hide the arguments if those are not needed.

One way to do it is to remove the arguments by default. Only when "disabled-by-default-toplevel" is enabled, those arguments should show.
 

Comment 1 by zh...@chromium.org, Sep 15 2016

Based on the meeting we just had, it looks like fixing things on the producer side is not good as we still have to disable the ref build.

Charlie, are you going to just do some simple processing on the consumer side?

Comment 2 by zh...@chromium.org, Sep 15 2016

Status: WontFix (was: Assigned)
Closing the bug as wontfix. Charlie will do some Telemetry-side filtering.
Components: Speed>Tracing
Labels: -Performance-Tracing

Sign in to add a comment