mirror of
https://github.com/servo/servo
synced 2026-05-09 16:42:16 +02:00
Resident Segments was not being correctly parsed because the regexp changed. Testing: I do not think memory reporting has testcases. We keep the old output intact (i.e., resident) while adding the new output `resident-according-to-smaps` which was previously evaluated to an empty vector on linux. Other targets always return the empty vector. Signed-off-by: Narfinger <Narfinger@users.noreply.github.com>