Bug 160581 - MeasurementCluster's addToSeries is slow
Summary: MeasurementCluster's addToSeries is slow
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Perf Dashboard (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks: 160576
  Show dependency treegraph
 
Reported: 2016-08-04 18:01 PDT by Ryosuke Niwa
Modified: 2016-08-05 13:20 PDT (History)
4 users (show)

See Also:


Attachments
Refactors code for better efficiency (4.68 KB, patch)
2016-08-04 18:09 PDT, Ryosuke Niwa
cdumez: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2016-08-04 18:01:48 PDT
MeasurementCluster's addToSeries is taking a lot of CPU time according to Inspector.
Speed it up by refactoring a little.
Comment 1 Ryosuke Niwa 2016-08-04 18:09:22 PDT
Created attachment 285387 [details]
Refactors code for better efficiency
Comment 2 Chris Dumez 2016-08-05 13:15:05 PDT
Comment on attachment 285387 [details]
Refactors code for better efficiency

rs=me
Comment 3 Ryosuke Niwa 2016-08-05 13:20:49 PDT
Committed r204187: <http://trac.webkit.org/changeset/204187>