New issue
Advanced search Search tips

Issue 812360 link

Starred by 4 users

Issue metadata

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



Sign in to add a comment

unclosed toplevel content::Start slice of category startup

Project Member Reported by dproy@chromium.org, Feb 14 2018

Issue description

See the trace with startup-category-enabled here: https://github.com/catapult-project/catapult/files/1725543/pageload-breakdown-traces.tar.gz

There is a top level content::Start slice in CrRendererMain (also in CrGpuMain.) Since this slice executes outside of the message loop and is never closed, it becomes the supreme top level task on the main thread, and all other tasks are descendants of it. Consequently in our metrics, time that should have been categorized as 'idle' gets erroneously categorized as 'startup'. 


 

Comment 1 by dproy@chromium.org, Feb 14 2018

See https://github.com/catapult-project/catapult/issues/4256#event-1474079362 for catepult issue where this slice confused developers. 

Comment 2 by dproy@chromium.org, Feb 14 2018

Owner: ----
Status: Untriaged (was: Assigned)
Keeping it untriaged unless someone else can start working on it before I get to it. 

Sign in to add a comment