Open
Bug 1820323
Opened 2 years ago
Updated 2 years ago
React-Stockcharts-SVG spends quite a bit time in style computation
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Tracking
()
NEW
People
(Reporter: smaug, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [sp3])
The last part of the test, React-Stockcharts-SVG.ZoomTheChart, takes quite a bit time in style computation, and lots of that is in futex_wait.
https://share.firefox.dev/3YphgzQ
Comment 1•2 years ago
|
||
I believe that time in futex_wait is the main thread waiting on the helper threads doing parallel style computation. I'm not suggesting there's nothing to optimize here, just noting that the CPU should generally be quite busy during those waits (the profiler shows this with the style threads).
Updated•2 years ago
|
Whiteboard: [sp3]
Updated•2 years ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SP3-74
You need to log in
before you can comment on or make changes to this bug.
Description
•