[webkit-reviews] review granted: [Bug 195148] Web Inspector: CPU Usage: Worker thread that dies might stay at a high value forever : [Attachment 363196] [PATCH] Proposed Fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 28 00:39:59 PST 2019


Matt Baker <mattbaker at apple.com> has granted Joseph Pecoraro
<joepeck at webkit.org>'s request for review:
Bug 195148: Web Inspector: CPU Usage: Worker thread that dies might stay at a
high value forever
https://bugs.webkit.org/show_bug.cgi?id=195148

Attachment 363196: [PATCH] Proposed Fix

https://bugs.webkit.org/attachment.cgi?id=363196&action=review




--- Comment #2 from Matt Baker <mattbaker at apple.com> ---
Comment on attachment 363196
  --> https://bugs.webkit.org/attachment.cgi?id=363196
[PATCH] Proposed Fix

View in context: https://bugs.webkit.org/attachment.cgi?id=363196&action=review

r=me

> Source/WebInspectorUI/UserInterface/Views/CPUTimelineView.js:413
> +		   let deadWorkers =
workersSeenLastRecord.difference(workersSeenCurrentRecord);

Cool!


More information about the webkit-reviews mailing list