Chromium Code Reviews| Index: base/process/process_metrics.h |
| diff --git a/base/process/process_metrics.h b/base/process/process_metrics.h |
| index 651372dd0909d81e3ded83787803737ead90e748..b46e33be793ebe768f58c39141ff6faf3fac8a48 100644 |
| --- a/base/process/process_metrics.h |
| +++ b/base/process/process_metrics.h |
| @@ -247,11 +247,11 @@ BASE_EXPORT void SetFdLimit(unsigned int max_descriptors); |
| // Data about system-wide memory consumption. Values are in KB. Available on |
| // Windows, Mac, Linux, Android and Chrome OS. |
| // |
| -// Total/free memory are available on all platforms. Total/free swap memory are |
| -// available on all platforms except on Mac. Buffers/cached/active_anon/ |
| -// inactive_anon/active_file/inactive_file/dirty/pswpin/pswpout/pgmajfault are |
| -// available on Linux/Android/Chrome OS. Shmem/slab/gem_objects/gem_size are |
| -// Chrome OS specific. |
| +// Total/free memory are available on all platforms that implement |
| +// GetSystemMemoryInfo. Total/free swap memory are available on all platforms |
|
Lei Zhang
2015/08/10 18:42:31
nit: GetSystemMemoryInfo()
Georges Khalil
2015/08/10 18:49:34
Done.
|
| +// except on Mac. Buffers/cached/active_anon/inactive_anon/active_file/ |
| +// inactive_file/dirty/pswpin/pswpout/pgmajfault are available on |
| +// Linux/Android/Chrome OS. Shmem/slab/gem_objects/gem_size are Chrome OS only. |
| struct BASE_EXPORT SystemMemoryInfoKB { |
| SystemMemoryInfoKB(); |