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

Unified Diff: Source/devtools/front_end/timeline/TimelineFlameChart.js

Issue 721703002: DevTools: instant events should not overlap on Timeline flame chart when zooming in (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month 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: Source/devtools/front_end/timeline/TimelineFlameChart.js
diff --git a/Source/devtools/front_end/timeline/TimelineFlameChart.js b/Source/devtools/front_end/timeline/TimelineFlameChart.js
index 6d3a58cfbfa80d4d236f8b122476bb8375791ec7..89118f68eac011d8230dc3eb7ab72a11408fdd01 100644
--- a/Source/devtools/front_end/timeline/TimelineFlameChart.js
+++ b/Source/devtools/front_end/timeline/TimelineFlameChart.js
@@ -47,7 +47,7 @@ WebInspector.TimelineFlameChartDataProvider = function(model, frameModel)
this.addFilter(new WebInspector.ExclusiveTraceEventNameFilter([WebInspector.TimelineModel.RecordType.Program]));
}
-WebInspector.TimelineFlameChartDataProvider.InstantEventVisibleDurationMs = 0.01;
+WebInspector.TimelineFlameChartDataProvider.InstantEventVisibleDurationMs = 0.001;
alph 2014/11/12 13:42:57 1µs should be enough for everybody. ;-)
yurys 2014/11/12 13:46:50 yep
WebInspector.TimelineFlameChartDataProvider.JSFrameCoalesceThresholdMs = 1.1;
/**

Powered by Google App Engine
This is Rietveld 408576698