mirror of
https://github.com/servo/servo.git
synced 2025-09-27 23:30:08 +01:00
Add scroll tree measurement in IOCompositor (#38922)
Adds a new memory report that aggregates the size of all scroll trees from within all pipelines for each web view. Testing: Acessing `about:memory` Fixes: #38726 --------- Signed-off-by: criskell <96352451+criskell@users.noreply.github.com>
This commit is contained in:
parent
55be274777
commit
7339e2b421
5 changed files with 38 additions and 3 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -1409,6 +1409,7 @@ dependencies = [
|
|||
"servo_allocator",
|
||||
"servo_config",
|
||||
"servo_geometry",
|
||||
"servo_malloc_size_of",
|
||||
"stylo_traits",
|
||||
"surfman",
|
||||
"timers",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue