servo/components/profile
webbeef aef8537d75
Make the memory reporting multi-process aware (#35863)
So far the memory reporter aggregates reports from all processes, and
runs the system reporter only in the main process. Instead it is
desirable to have per-process reports. We do so by:
- creating a ProcessReports struct that holds includes the pid in
addition to the reports themselves.
- running the system memory reporter also in content processes.
- updating the about:memory page to create one report per process, and
add useful information like the pid and the urls loaded in a given
process.

<!-- Please describe your changes on the following line: -->


---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by
`[X]` when the step is complete, and replace `___` with appropriate
data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors


![image](https://github.com/user-attachments/assets/0bafe140-539d-4d6a-8316-639309a22d4a)

Signed-off-by: webbeef <me@webbeef.org>
2025-04-05 05:42:12 +00:00
..
Cargo.toml Make the memory reporting multi-process aware (#35863) 2025-04-05 05:42:12 +00:00
lib.rs Make the memory reporting multi-process aware (#35863) 2025-04-05 05:42:12 +00:00
mem.rs Make the memory reporting multi-process aware (#35863) 2025-04-05 05:42:12 +00:00
system_reporter.rs Make the memory reporting multi-process aware (#35863) 2025-04-05 05:42:12 +00:00
time.rs Use strum to iterate through enum variants and get their names (#35933) 2025-03-13 12:00:31 +00:00
trace-dump-epilogue-1.html
trace-dump-epilogue-2.html
trace-dump-prologue-1.html
trace-dump-prologue-2.html
trace-dump.css
trace-dump.js
trace_dump.rs script: Create a CrossProcessInstant to enable serializable monotonic time (#33282) 2024-09-05 18:50:09 +00:00