New issue
Advanced search Search tips

Issue 693743 link

Starred by 1 user

Issue metadata

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

Blocking:
issue 698266



Sign in to add a comment

Don't truncate categories in pseudo profiler

Project Member Reported by dskiba@chromium.org, Feb 17 2017

Issue description

Categories from pseudo heap profiles are inferred from two sources:

1. File path that started a task
2. File path that created a file watcher

In both cases file paths are truncated by ExtractCategoryFromTypeName(), which removes file name.

So category "net/socket" can refer to any of the 46 .cc files in net/socket/.

In order to increase actionability of pseudo traces we need to preserve as much information as possible.

Step 1: don't truncate file paths.
Step 2: maybe even include line number to disambiguate even more.

 
Blocking: 698266

Comment 2 by ssid@chromium.org, Mar 7 2017

The extract function only removes the file name form the string. It does not limit the components to 3.
Description: Show this description
Status: Assigned (was: Untriaged)

Sign in to add a comment