summaryrefslogtreecommitdiffstats
path: root/base/process/process_metrics.h
Commit message (Expand)AuthorAgeFilesLines
* Fix virtual memory column on chrome://memory on Mac.asvitkine2015-01-231-0/+8
* Cleanup dead code in base/ as found by Scythe.thestig2015-01-221-11/+0
* base: Add ashmem support to base::DiscardableSharedMemory implementation.reveman2014-12-181-0/+3
* LevelDB: Using base::File for all file I/Ocmumford2014-11-201-1/+1
* Add an 'Idle Wake Ups' metric to the Linux task manager, implement backend.thestig2014-09-091-1/+5
* Cleanup bits of base::ProcessMetrics.thestig2014-09-081-2/+4
* Complete the removal of ProcessMetrics::CalculateFreeMemorywfh@chromium.org2014-07-281-6/+0
* Increase fd limit to 1024 on Mac with content shell.jbauman@chromium.org2014-05-291-0/+4
* Use TimeTicks instead of gettimeofday in ProcessMetrics.thakis@chromium.org2014-04-061-2/+2
* Add an 'Idle Wake Ups' metric to the task manager, implement backend on macthakis@chromium.org2014-01-141-2/+10
* Refactor parsing of /proc files into separate functionsdavemoore@chromium.org2013-11-021-0/+10
* PerformanceMonitor: Add a new UMA histograms to track average CPU utilization...oysteine@chromium.org2013-10-241-6/+11
* Implement ToValue() for SystemMetrics, SystemMemoryInfoKB, DiskInfo, and Swap...jwmak@chromium.org2013-09-061-0/+13
* Add more member data to SystemMemoryInfoKB and SystemMetrics. Upgrade functio...jwmak@chromium.org2013-09-031-3/+19
* Add the DiskInfo struct and associated functions to collect and hold system d...nduca@chromium.org2013-08-301-0/+29
* Move the SwapData class to base/process (where other system metrics data resi...nduca@chromium.org2013-08-291-0/+23
* Move some platform-specific functions up in the code to make it cleaner. This...jwmak@chromium.org2013-08-221-17/+16
* process_metrics.h provides a variety of platform specific functions for getti...jwmak@chromium.org2013-08-221-0/+16
* Update include paths in base for base/process changes.rsesek@chromium.org2013-07-251-1/+1
* Record swap sizes on ChromeOSdavemoore@chromium.org2013-07-161-2/+12
* Split ProcessHandle and its related routines into base/process/process_handle.h.rsesek@chromium.org2013-07-151-0/+17
* Use a direct include of time headers in base/, part 2.avi@chromium.org2013-06-281-1/+1
* Revert 202639 "Use totmaps if available on chromeos"davemoore@chromium.org2013-05-291-0/+8
* Revert 202639 "Use totmaps if available on chromeos"davemoore@chromium.org2013-05-281-8/+0
* Use totmaps if available on chromeosdavemoore@chromium.org2013-05-281-0/+8
* Split ProcessMetrics out of base/process_util.h and into base/process/process...rsesek@chromium.org2013-05-231-0/+234