Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(244)

Unified Diff: tracing/tracing/extras/chrome/chrome_user_friendly_category_driver.html

Issue 3009553002: Refactor Histogram relationship diagnostics. (Closed)
Patch Set: Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tracing/trace_viewer.gypi ('k') | tracing/tracing/metrics/system_health/expected_queueing_time_metric.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/extras/chrome/chrome_user_friendly_category_driver.html
diff --git a/tracing/tracing/extras/chrome/chrome_user_friendly_category_driver.html b/tracing/tracing/extras/chrome/chrome_user_friendly_category_driver.html
index 289af748bc2b4031c1a73a8dd6c90c128b70b7db..63cb80160369f7b80e5968f03054b35457bb614b 100644
--- a/tracing/tracing/extras/chrome/chrome_user_friendly_category_driver.html
+++ b/tracing/tracing/extras/chrome/chrome_user_friendly_category_driver.html
@@ -53,6 +53,11 @@ tr.exportTo('tr.e.chrome', function() {
],
layout: [
+ 'LocalFrameView::invalidateTree',
+ 'LocalFrameView::layout',
+ 'LocalFrameView::performLayout',
+ 'LocalFrameView::performPostLayoutTasks',
+ 'LocalFrameView::performPreLayoutTasks',
'FrameView::invalidateTree',
'FrameView::layout',
'FrameView::performLayout',
@@ -66,10 +71,12 @@ tr.exportTo('tr.e.chrome', function() {
],
parseHTML: [
- 'ParseHTML',
+ 'BackgroundHTMLParser::pumpTokenizer',
+ 'BackgroundHTMLParser::sendTokensToMainThread',
'HTMLDocumentParser::didReceiveParsedChunkFromBackgroundParser',
'HTMLDocumentParser::processParsedChunkFromBackgroundParser',
'HTMLDocumentParser::processTokenizedChunkFromBackgroundParser',
+ 'ParseHTML',
],
raster: [
@@ -108,8 +115,12 @@ tr.exportTo('tr.e.chrome', function() {
],
script_parse_and_compile: [
+ 'V8.CompileFullCode',
+ 'V8.Parse',
+ 'V8.ParseLazy',
+ 'V8.RecompileSynchronous',
+ 'V8.ScriptCompiler',
'v8.parseOnBackground',
- 'V8.ScriptCompiler'
],
script_execute: [
@@ -118,11 +129,17 @@ tr.exportTo('tr.e.chrome', function() {
],
resource_loading: [
- 'ResourceFetcher::requestResource',
+ 'Resource::appendData',
'ResourceDispatcher::OnReceivedData',
- 'ResourceDispatcher::OnRequestComplete',
'ResourceDispatcher::OnReceivedResponse',
- 'Resource::appendData'
+ 'ResourceDispatcher::OnRequestComplete',
+ 'ResourceFetcher::requestResource',
+ 'WebURLLoaderImpl::Context::OnCompletedRequest',
+ 'WebURLLoaderImpl::Context::OnReceivedData',
+ 'WebURLLoaderImpl::Context::OnReceivedResponse',
+ 'WebURLLoaderImpl::Context::Start',
+ 'WebURLLoaderImpl::Context::Cancel',
+ 'WebURLLoaderImpl::loadAsynchronously',
],
// Where do these go?
« no previous file with comments | « tracing/trace_viewer.gypi ('k') | tracing/tracing/metrics/system_health/expected_queueing_time_metric.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698