DescriptionFlameChart: speed up bars drawing procedure.
It used to switch fillStyle for every bar. (N times)
With new implementation it will switch fillStyle K times
where K is the number of functions by drawing all the bars for one color in a sequence.
BUG=none
R=yurys@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=157451
Patch Set 1 #Patch Set 2 : unnecessary variable was removed #
Total comments: 4
Messages
Total messages: 4 (0 generated)
|