Summary: | Perf dashboard doesn't show analysis tasks anchored at outliers | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> | ||||
Component: | Perf Dashboard | Assignee: | Ryosuke Niwa <rniwa> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | cdumez, commit-queue, dewei_zhu, jond, kling, rniwa, timothy | ||||
Priority: | P2 | ||||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Ryosuke Niwa
2015-10-06 23:39:43 PDT
Created attachment 262586 [details]
Fixes the bug
Comment on attachment 262586 [details] Fixes the bug View in context: https://bugs.webkit.org/attachment.cgi?id=262586&action=review rs=me > Websites/perf.webkit.org/public/v2/app.js:446 > + return (+firstPoint.time + +secondPoint.time) / 2; What's the purpose of the extra '+' signs? Comment on attachment 262586 [details] Fixes the bug View in context: https://bugs.webkit.org/attachment.cgi?id=262586&action=review >> Websites/perf.webkit.org/public/v2/app.js:446 >> + return (+firstPoint.time + +secondPoint.time) / 2; > > What's the purpose of the extra '+' signs? It converts Date objects to numbers. Comment on attachment 262586 [details] Fixes the bug Clearing flags on attachment: 262586 Committed r190676: <http://trac.webkit.org/changeset/190676> All reviewed patches have been landed. Closing bug. |