servo/components/shared/profile
Josh Matthews ba8f923201
Various memory measurement improvements (#36834)
The two significant changes here are 1) a commit that frees memory used
to perform memory reporting once the reporting is complete, 2) memory
reporting for the system font service. There are various other commits
that remove `#[ignore_malloc_size_of]` attributes for data that we are
now able to measure, but they do not significantly change our
measurements when testing servo.org.

Testing: Comparing the output of about:memory on servo.org.

---------

Signed-off-by: Josh Matthews <josh@joshmatthews.net>
2025-05-07 04:00:12 +00:00
..
Cargo.toml Refactor common infrastructure for creating memory reports. (#36579) 2025-04-18 02:14:49 +00:00
ipc.rs Plumb time profiler output into tracing (#34238) 2024-11-15 09:10:01 +00:00
lib.rs Plumb URL into interval profiler tracing events (#34337) 2024-11-22 13:31:00 +00:00
mem.rs Various memory measurement improvements (#36834) 2025-05-07 04:00:12 +00:00
time.rs metrics: Simplify ProgressiveWebMetrics (#35985) 2025-03-21 14:55:00 +00:00