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

Issue 2706403010: Added memory usage function to base. (Closed)

Created:
3 years, 10 months ago by ilnik
Modified:
3 years, 9 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Added memory usage function to webrtc/base/. BUG=webrtc:7095 Review-Url: https://codereview.webrtc.org/2706403010 Cr-Commit-Position: refs/heads/master@{#16895} Committed: https://chromium.googlesource.com/external/webrtc/+/ab210c8ad96764ede65d6760a14189f3ac6f7f9d

Patch Set 1 #

Patch Set 2 : fixing mac ce #

Patch Set 3 : fixing win ce #

Patch Set 4 : Fixing CE on WIN #

Patch Set 5 : Changed to get resident/working set size instead of total virtual memory #

Patch Set 6 : fixing win and android CE #

Patch Set 7 : moved memory_usage_unittest to nonparallel tests #

Patch Set 8 : modifying MAC system calls to work with 64bit capapable structure #

Patch Set 9 : removing unittest as it's impossible to test memory usage accurately due to msan and because all OS… #

Total comments: 2

Patch Set 10 : Implemented Deadbeef@ comments. #

Patch Set 11 : fixed typo #

Patch Set 12 : Added simple unittest and rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -0 lines) Patch
M webrtc/base/BUILD.gn View 7 8 9 10 11 2 chunks +3 lines, -0 lines 0 comments Download
A webrtc/base/memory_usage.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +24 lines, -0 lines 0 comments Download
A webrtc/base/memory_usage.cc View 1 2 3 4 5 6 7 8 9 1 chunk +69 lines, -0 lines 0 comments Download
A webrtc/base/memory_usage_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +23 lines, -0 lines 0 comments Download

Messages

Total messages: 32 (21 generated)
ilnik
3 years, 10 months ago (2017-02-24 12:52:03 UTC) #12
Taylor Brandstetter
https://codereview.webrtc.org/2706403010/diff/160001/webrtc/base/memory_usage.h File webrtc/base/memory_usage.h (right): https://codereview.webrtc.org/2706403010/diff/160001/webrtc/base/memory_usage.h#newcode17 webrtc/base/memory_usage.h:17: // Returns current memory used by the process in ...
3 years, 10 months ago (2017-02-25 00:52:59 UTC) #17
ilnik
https://codereview.webrtc.org/2706403010/diff/160001/webrtc/base/memory_usage.h File webrtc/base/memory_usage.h (right): https://codereview.webrtc.org/2706403010/diff/160001/webrtc/base/memory_usage.h#newcode17 webrtc/base/memory_usage.h:17: // Returns current memory used by the process in ...
3 years, 9 months ago (2017-02-27 08:46:16 UTC) #18
Taylor Brandstetter
lgtm
3 years, 9 months ago (2017-02-27 21:51:22 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2706403010/200001
3 years, 9 months ago (2017-02-28 08:33:32 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: linux_tsan2 on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/linux_tsan2/builds/20331)
3 years, 9 months ago (2017-02-28 08:55:03 UTC) #23
sprang_webrtc
Could you please add unit test as well, just sanity testing that we get some ...
3 years, 9 months ago (2017-02-28 08:58:42 UTC) #24
ilnik
On 2017/02/28 08:58:42, språng wrote: > Could you please add unit test as well, just ...
3 years, 9 months ago (2017-02-28 09:18:14 UTC) #25
sprang_webrtc
lgtm
3 years, 9 months ago (2017-02-28 09:32:09 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2706403010/220001
3 years, 9 months ago (2017-02-28 09:32:57 UTC) #29
commit-bot: I haz the power
3 years, 9 months ago (2017-02-28 10:18:32 UTC) #32
Message was sent while issue was closed.
Committed patchset #12 (id:220001) as
https://chromium.googlesource.com/external/webrtc/+/ab210c8ad96764ede65d6760a...

Powered by Google App Engine
This is Rietveld 408576698