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

Issue 159777: Add about:memory support for Linux.... (Closed)

Created:
11 years, 4 months ago by Anand K. Mistry
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, brettw, Ben Goodger (Google)
Visibility:
Public.

Description

Add about:memory support for Linux. Also, refactors code in MemoryDetails and adds ProcessMetrics::GetCommittedKBytes for Linux. BUG=9653

Patch Set 1 #

Total comments: 14
Unified diffs Side-by-side diffs Delta from patch set Stats (+231 lines, -333 lines) Patch
M base/process_util.h View 2 chunks +2 lines, -0 lines 0 comments Download
M base/process_util_linux.cc View 2 chunks +69 lines, -3 lines 6 comments Download
M chrome/browser/browser_about_handler.cc View 1 chunk +3 lines, -3 lines 1 comment Download
M chrome/browser/memory_details.h View 4 chunks +8 lines, -16 lines 0 comments Download
M chrome/browser/memory_details.cc View 8 chunks +10 lines, -129 lines 2 comments Download
A chrome/browser/memory_details_linux.cc View 1 chunk +106 lines, -0 lines 5 comments Download
A + chrome/browser/memory_details_win.cc View 4 chunks +27 lines, -181 lines 0 comments Download
M chrome/chrome.gyp View 3 chunks +3 lines, -1 line 0 comments Download
M chrome/common/temp_scaffolding_stubs.cc View 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Mohamed Mansour
11 years, 4 months ago (2009-08-03 04:11:53 UTC) #1
Evan Martin
I think Dean or Joel should review the memory bits http://codereview.chromium.org/159777/diff/1/3 File base/process_util_linux.cc (right): http://codereview.chromium.org/159777/diff/1/3#newcode335 ...
11 years, 4 months ago (2009-08-03 05:16:11 UTC) #2
Dean McNamee
Adding Joel, who did the original work on this.
11 years, 4 months ago (2009-08-03 15:30:15 UTC) #3
Joel Stanley (old)
http://codereview.chromium.org/159777/diff/1/3 File base/process_util_linux.cc (right): http://codereview.chromium.org/159777/diff/1/3#newcode331 Line 331: FilePath("/proc").Append(IntToString(process_)).Append("maps"); The other functions that scrape /proc/<pid> use ...
11 years, 4 months ago (2009-08-03 16:02:37 UTC) #4
Joel Stanley (old)
On 2009/08/03 16:02:37, Joel Stanley wrote: > If it were up to me, we would ...
11 years, 4 months ago (2009-08-03 16:11:54 UTC) #5
Anand K. Mistry
On 2009/08/03 16:11:54, Joel Stanley wrote: > On 2009/08/03 16:02:37, Joel Stanley wrote: > > ...
11 years, 4 months ago (2009-08-05 03:28:45 UTC) #6
viettrungluu-gmail
11 years, 4 months ago (2009-08-24 02:44:16 UTC) #7
On 2009/08/05 03:28:45, Anand K. Mistry wrote:
> I'm inclined to agree, so I'm gonna do some more refactoring before I post a
> second revision.

For xref-ing purposes, here's a patch for the Mac side (not yet ready for review
-- waiting on your refactoring, which I think is a great idea):

http://codereview.chromium.org/173261

Powered by Google App Engine
This is Rietveld 408576698