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

Unified Diff: LayoutTests/inspector/tracing/frame-model.html

Issue 1167893002: DevTools: do not show gray time for unaccounted time on threads other than main (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 | « no previous file | Source/devtools/front_end/timeline/TimelineFrameModel.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/tracing/frame-model.html
diff --git a/LayoutTests/inspector/tracing/frame-model.html b/LayoutTests/inspector/tracing/frame-model.html
index 26f6a8d496d56ae1a6d93c0c1a191d498ef00d80..33cc8ce63e0ab6aaa73733e1679d12501097fa88 100644
--- a/LayoutTests/inspector/tracing/frame-model.html
+++ b/LayoutTests/inspector/tracing/frame-model.html
@@ -60,6 +60,7 @@ function test()
{"name": "BeginFrame", "ts": 1048000, args: { "layerTreeId": 17 }, "ph": "I", "tid": implThread, "pid": 100, "cat":"disabled-by-default-devtools.timeline" },
{"name": "BeginFrame", "ts": 1064000, args: { "layerTreeId": 17 }, "ph": "I", "tid": implThread, "pid": 100, "cat":"disabled-by-default-devtools.timeline" },
{"name": "RasterTask", "ts": 1065001, args: {}, "ph": "X", "dur": 999, "tid": rasterThread, "pid": 100, "cat":"disabled-by-default-devtools.timeline" },
+ {"name": "RasterTopLevel", "ts": 1066000, args: {}, "ph": "X", "dur": 1000, "tid": rasterThread, "pid": 100, "cat":"toplevel" },
{"name": "RasterTask", "ts": 1066001, args: {}, "ph": "X", "dur": 999, "tid": rasterThread, "pid": 100, "cat":"disabled-by-default-devtools.timeline" },
{"name": "RasterTask", "ts": 1067001, args: {}, "ph": "X", "dur": 999, "tid": rasterThread, "pid": 100, "cat":"disabled-by-default-devtools.timeline" },
{"name": "DrawFrame", "ts": 1078000, args: { "layerTreeId": 17 }, "ph": "I", "tid": implThread, "pid": 100, "cat":"disabled-by-default-devtools.timeline" },
« no previous file with comments | « no previous file | Source/devtools/front_end/timeline/TimelineFrameModel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698