DescriptionDevTools: Timeline: speed-up records processing.
It was awfully slow because we updated selection and calculated aggregates for every added record.
So the complexity was at least n^2.
I moved the _updateSearchHighlight call to _onRecordingStopped
BUG=
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184909
Patch Set 1 #
Total comments: 2
Patch Set 2 : comments addressed #Messages
Total messages: 10 (4 generated)
|