Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1991)

Unified Diff: chrome/browser/resources/about_memory_linux.html

Issue 365007: Linux: use /proc/pid/statm to get memory stats when /proc/pid/smaps is unavai... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/process_util_linux.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/about_memory_linux.html
===================================================================
--- chrome/browser/resources/about_memory_linux.html (revision 31001)
+++ chrome/browser/resources/about_memory_linux.html (working copy)
@@ -409,11 +409,11 @@
<div class='help'>
<div>
<p>
- Summary of memory used by currently active browsers.
- For browsers which use multiple processes, memory reflects
- aggregate memory used across all browser processes.<p>
- For Chromium, processes used to to display diagnostics
- information (such as this "about:memory") are excluded.
+ Summary of memory used by currently active browsers.
+ For browsers which use multiple processes, memory reflects
+ aggregate memory used across all browser processes.<p>
+ For Chromium, processes used to to display diagnostics
+ information (such as this "about:memory") are excluded.
</p>
</div>
</div>
@@ -490,7 +490,7 @@
<div class='help'>
<div>
<p>
- Details of memory usage for each of Chromium's processes.
+ Details of memory usage for each of Chromium's processes.
</p>
</div>
</div>
@@ -580,7 +580,7 @@
</tr>
</table>
- <div class="otherbrowsers">(We cannot get the memory usage of our renderer processes when they are sandboxed, which is why they may be missing from the list above <a href="http://crbug.com/23258">[bug]</a>.)</div>
+ <div class="otherbrowsers">(The memory usage of our renderer processes is slightly less accurate when they are sandboxed.)</div>
</div>
</body>
« no previous file with comments | « base/process_util_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698