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

Unified Diff: tracing/tracing/metrics/system_health/loading_metric_test.html

Issue 2814963004: Fix FirstContentfulPaint metric (Closed)
Patch Set: smoke test Created 3 years, 8 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/tracing/metrics/system_health/loading_metric.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/metrics/system_health/loading_metric_test.html
diff --git a/tracing/tracing/metrics/system_health/loading_metric_test.html b/tracing/tracing/metrics/system_health/loading_metric_test.html
index 6a83ff29a626d89c1651a5b49412a4c1aea7f687..d9bd66ffbc467add0fafdac90e9a26275917658f 100644
--- a/tracing/tracing/metrics/system_health/loading_metric_test.html
+++ b/tracing/tracing/metrics/system_health/loading_metric_test.html
@@ -32,7 +32,7 @@ tr.b.unittest.testSuite(function() {
documentLoaderURL: 'http://example.com'
});
mainThread.sliceGroup.pushSlice(tr.c.TestUtils.newSliceEx({
- cat: 'blink.user_timing,rail',
+ cat: 'loading,rail,devtools.timeline',
title: 'firstContentfulPaint',
start: 1000,
duration: 0.0,
@@ -73,7 +73,7 @@ tr.b.unittest.testSuite(function() {
documentLoaderURL: 'http://example.com'
});
mainThread.sliceGroup.pushSlice(tr.c.TestUtils.newSliceEx({
- cat: 'blink.user_timing,rail',
+ cat: 'loading,rail,devtools.timeline',
title: 'firstContentfulPaint',
start: 1000,
duration: 0.0,
@@ -101,7 +101,7 @@ tr.b.unittest.testSuite(function() {
documentLoaderURL: 'http://example.com'
});
mainThread.sliceGroup.pushSlice(tr.c.TestUtils.newSliceEx({
- cat: 'blink.user_timing,rail',
+ cat: 'loading,rail,devtools.timeline',
title: 'firstContentfulPaint',
start: 2400,
duration: 0.0,
@@ -593,7 +593,7 @@ tr.b.unittest.testSuite(function() {
documentLoaderURL: 'http://example.com'
});
rendererThread.sliceGroup.pushSlice(tr.c.TestUtils.newSliceEx({
- cat: 'blink.user_timing,rail',
+ cat: 'loading,rail,devtools.timeline',
title: 'firstContentfulPaint',
start: 600,
duration: 0.0,
« no previous file with comments | « tracing/tracing/metrics/system_health/loading_metric.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698