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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « base/process_util_linux.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 2
3 <!-- 3 <!--
4 about:memory template page 4 about:memory template page
5 --> 5 -->
6 <html id="t"> 6 <html id="t">
7 <head> 7 <head>
8 <title>About Memory</title> 8 <title>About Memory</title>
9 9
10 <style> 10 <style>
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 Measuring memory usage in a multi-process browser 402 Measuring memory usage in a multi-process browser
403 </p> 403 </p>
404 </div> 404 </div>
405 405
406 <div id='content'> 406 <div id='content'>
407 <h2> 407 <h2>
408 Summary 408 Summary
409 <div class='help'> 409 <div class='help'>
410 <div> 410 <div>
411 <p> 411 <p>
412 » » Summary of memory used by currently active browsers. 412 Summary of memory used by currently active browsers.
413 » » For browsers which use multiple processes, memory reflects 413 For browsers which use multiple processes, memory reflects
414 » » aggregate memory used across all browser processes.<p> 414 aggregate memory used across all browser processes.<p>
415 » » For Chromium, processes used to to display diagnostics 415 For Chromium, processes used to to display diagnostics
416 » » information (such as this "about:memory") are excluded. 416 information (such as this "about:memory") are excluded.
417 </p> 417 </p>
418 </div> 418 </div>
419 </div> 419 </div>
420 </h2> 420 </h2>
421 421
422 <table class='list' id='browserComparison'> 422 <table class='list' id='browserComparison'>
423 <colgroup> 423 <colgroup>
424 <col class='name' /> 424 <col class='name' />
425 <col class='number' /> 425 <col class='number' />
426 <col class='number' /> 426 <col class='number' />
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 I'll show their memory details here. 483 I'll show their memory details here.
484 </div> 484 </div>
485 485
486 <br /><br /><br /> 486 <br /><br /><br />
487 487
488 <h2> 488 <h2>
489 Processes 489 Processes
490 <div class='help'> 490 <div class='help'>
491 <div> 491 <div>
492 <p> 492 <p>
493 » » Details of memory usage for each of Chromium's processes. 493 Details of memory usage for each of Chromium's processes.
494 </p> 494 </p>
495 </div> 495 </div>
496 </div> 496 </div>
497 </h2> 497 </h2>
498 498
499 <table class='list' id='memoryDetails'> 499 <table class='list' id='memoryDetails'>
500 <colgroup> 500 <colgroup>
501 <col class='pid' /> 501 <col class='pid' />
502 <col class='name' /> 502 <col class='name' />
503 <col class='number' /> 503 <col class='number' />
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
573 </td> 573 </td>
574 </tr> 574 </tr>
575 575
576 <tr class='noResults'> 576 <tr class='noResults'>
577 <td colspan='99'> 577 <td colspan='99'>
578 No results found. 578 No results found.
579 </td> 579 </td>
580 </tr> 580 </tr>
581 </table> 581 </table>
582 582
583 <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 li st above <a href="http://crbug.com/23258">[bug]</a>.)</div> 583 <div class="otherbrowsers">(The memory usage of our renderer processes is slightly less accurate when they are sandboxed.)</div>
584 584
585 </div> 585 </div>
586 </body> 586 </body>
587 <script> 587 <script>
588 enableHelpTooltips(); 588 enableHelpTooltips();
589 </script> 589 </script>
590 </html> 590 </html>
OLDNEW
« 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