Profiler-instrumentation of the startup time.
commit1ebb11710e08d51fa99836190edc3db28dffc136
authorvadimt <vadimt@chromium.org>
Mon, 2 Feb 2015 20:15:17 +0000 (2 12:15 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 2 Feb 2015 20:16:19 +0000 (2 20:16 +0000)
tree719f3d5b9cd7f817103dc05230bf637b0c6706fb
parent5857e9ed6883cd72c913aa180a5b01e543d72056
Profiler-instrumentation of the startup time.

Before the instrumentation, startup time wasn't reported in profiler data.

Profiling it will allow the genre of detailed analysis of the startup time via jankiness investigations.

This change requires temporarily initializing tracking earlier than usual. Thie will either removed once the investigations complete, or will be officially converted to permanent code.

BUG=453640

Review URL: https://codereview.chromium.org/866403008

Cr-Commit-Position: refs/heads/master@{#314179}
chrome/app/chrome_main.cc
content/browser/browser_main_runner.cc