Add per-process "hard fault" column to TaskManager
Hard faults (or "major" faults) are attempts to access memory pages which are not resident in physical RAM, and therefore incur substantial cost to make available (e.g. paging-in from disk, decompressing from in-memory compressed swap, etc). Task Manager will now offer an optional column showing the hard-fault rate in each sampling cycle. Bug: 723767 Change-Id: If3e77759e7725f6c70b2e4f163adbca600d00ba7 Reviewed-on: https://chromium-review.googlesource.com/538464Reviewed-by:Nick Carter <nick@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#515799}
Showing
Please register or sign in to comment