mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
Remove our macOS-only task-info crate (#41132)
This crate is just using system APIs to get the resident and virtual memory size of the current process. We can do this directly with `mach2`, which also allows more flexibility if we want to fetch other values in the future. This does require duplicating `mach2` as the version used by `gilrs` is older. Presumably, some future release of `gilrs` will upgrade soon. Testing: There aren't really tests for this, but I tested it manually by running the memory reporter and ensuring that both the old and new values were the same. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
Reference in New Issue
Block a user