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

Unified Diff: third_party/WebKit/LayoutTests/inspector/tracing/timeline-time.html

Issue 1624783002: DevTools: Switch to using fast stack iterator to collect stacks during timeline recording. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update profiler tests Created 4 years, 11 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
Index: third_party/WebKit/LayoutTests/inspector/tracing/timeline-time.html
diff --git a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-time.html b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-time.html
index 111ff5df8ba8ae7fdc78e2ff486b9d2704af6125..8ed9b8025ebf5753e6749d5ac5ef8d1547d3cd35 100644
--- a/third_party/WebKit/LayoutTests/inspector/tracing/timeline-time.html
+++ b/third_party/WebKit/LayoutTests/inspector/tracing/timeline-time.html
@@ -86,7 +86,8 @@ function test()
InspectorTest.walkTimelineEventTree(dumpName);
next();
}
- InspectorTest.evaluateWithTimeline(actions, InspectorTest.safeWrap(callback));
+ WebInspector.panels.timeline._captureJSProfileSetting.set(false);
+ InspectorTest.evaluateWithTimeline(actions, InspectorTest.safeWrap(callback), true);
}
}

Powered by Google App Engine
This is Rietveld 408576698