There's a lot of system-wide metrics measured by base/process/process_metrics.h , this code should probably be moved to its own file(s), here's what I'm offering:
- Move base/system_monitor/* to base/system/.
- Move the system-wide metrics code out of base/process/process_metrics.h, put it in base/system/system_metrics.h
(the code in system_metrics.h and system_monitor.h could probably be merged at some point).
Then I'll be able to add some new system-wide metrics without adding too much confusion (it'll be more evident that the metric is a system-wide metric).
wdyt?
Comment 1 by w...@chromium.org
, Oct 4