New issue
Advanced search Search tips

Issue 660982 link

Starred by 1 user

Issue metadata

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



Sign in to add a comment

Tracing: cannot view arguments in the table format anymore

Project Member Reported by stanisc@chromium.org, Oct 31 2016

Issue description

I used the following tracing pattern a lot for debugging purposes.
1) Add temporary TRACE_EVENTx statements into the code where I basically "print" values that I interested in.
2) Build chrome and install on a test machine. 
3) Run test scenario under tracing, then look at my temp traces, potentially sorting by arguments
4) Copy arguments to a spreadsheet and do some further calculations in the spreadsheet.

With the current version I can't find a way to see all instances of my debug events in a table format - it looks like I only get to select a subset from one of histograms. Also when a subset of events is displayed, all arguments are squished together - that is much less useful than before.

It would be great if I could still optionally see trace events the old way. 

 
Components: Speed>Tracing
Components: -Internals>Tracing

Sign in to add a comment