mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Measure heap memory usage for more types. Fixes #6951
This commit is contained in:
parent
94c8dcd575
commit
45145108da
175 changed files with 669 additions and 94 deletions
|
@ -5489,9 +5489,11 @@ mod property_bit_field {
|
|||
|
||||
/// Declarations are stored in reverse order.
|
||||
/// Overridden declarations are skipped.
|
||||
#[derive(Debug, PartialEq)]
|
||||
#[derive(Debug, PartialEq, HeapSizeOf)]
|
||||
pub struct PropertyDeclarationBlock {
|
||||
#[ignore_heap_size_of = "#7038"]
|
||||
pub important: Arc<Vec<PropertyDeclaration>>,
|
||||
#[ignore_heap_size_of = "#7038"]
|
||||
pub normal: Arc<Vec<PropertyDeclaration>>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue