|
|
Created:
6 years, 1 month ago by wensheng Modified:
6 years, 1 month ago CC:
chromium-reviews, dmikurube+memory_chromium.org Base URL:
https://chromium.googlesource.com/chromium/src.git@master Visibility:
Public. |
Descriptiondmprof expand command supports to analyze multiple components with same name in different allocators
Enhance the dmprof expand command to analyze multiple components with same name in different allocators. This can help to define policy by services, no need to divide by tc- and mmap-.
R=kouhei@chromium.org
BUG=427390
Committed: https://crrev.com/4eec2916da984c217cfaa66b19d7dd4970b6ec81
Cr-Commit-Position: refs/heads/master@{#304396}
Patch Set 1 #
Total comments: 6
Patch Set 2 : Format codes #
Total comments: 2
Patch Set 3 : found #Patch Set 4 : fix conflict #Messages
Total messages: 25 (8 generated)
https://codereview.chromium.org/692343003/diff/1/tools/deep_memory_profiler/l... File tools/deep_memory_profiler/lib/policy.py (right): https://codereview.chromium.org/692343003/diff/1/tools/deep_memory_profiler/l... tools/deep_memory_profiler/lib/policy.py:128: def find_rule(self, component_name, follow_rule=None): follow_rule -> after? https://codereview.chromium.org/692343003/diff/1/tools/deep_memory_profiler/l... tools/deep_memory_profiler/lib/policy.py:129: """Finds a rule whose name is |component_name|. """ Please update comment. https://codereview.chromium.org/692343003/diff/1/tools/deep_memory_profiler/l... tools/deep_memory_profiler/lib/policy.py:130: flag = False please use more descriptive variable name.
Thanks for your advice. https://codereview.chromium.org/692343003/diff/1/tools/deep_memory_profiler/l... File tools/deep_memory_profiler/lib/policy.py (right): https://codereview.chromium.org/692343003/diff/1/tools/deep_memory_profiler/l... tools/deep_memory_profiler/lib/policy.py:128: def find_rule(self, component_name, follow_rule=None): On 2014/11/04 18:17:03, kouhei wrote: > follow_rule -> after? Yes https://codereview.chromium.org/692343003/diff/1/tools/deep_memory_profiler/l... tools/deep_memory_profiler/lib/policy.py:129: """Finds a rule whose name is |component_name|. """ On 2014/11/04 18:17:03, kouhei wrote: > Please update comment. Done. https://codereview.chromium.org/692343003/diff/1/tools/deep_memory_profiler/l... tools/deep_memory_profiler/lib/policy.py:130: flag = False On 2014/11/04 18:17:03, kouhei wrote: > please use more descriptive variable name. Done.
dmikurube@chromium.org changed reviewers: + dmikurube@chromium.org
lgtm % nits https://codereview.chromium.org/692343003/diff/20001/tools/deep_memory_profil... File tools/deep_memory_profiler/lib/policy.py (right): https://codereview.chromium.org/692343003/diff/20001/tools/deep_memory_profil... tools/deep_memory_profiler/lib/policy.py:134: find_after_rule = False find -> found?
Thanks again. https://codereview.chromium.org/692343003/diff/20001/tools/deep_memory_profil... File tools/deep_memory_profiler/lib/policy.py (right): https://codereview.chromium.org/692343003/diff/20001/tools/deep_memory_profil... tools/deep_memory_profiler/lib/policy.py:134: find_after_rule = False On 2014/11/10 23:50:06, kouhei wrote: > find -> found? Done.
The CQ bit was checked by wensheng.he@samsung.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/692343003/40001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/79789) win_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/win_gpu/builds/84718) chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...) ios_rel_device on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device/bu...) ios_rel_device_ninja on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_ni...) win8_chromium_rel on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_rel...) win_chromium_rel on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel/...) win_chromium_x64_rel on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_...)
The CQ bit was checked by wensheng.he@samsung.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/692343003/40001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/80310) win_chromium_compile_dbg on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_comp...)
The CQ bit was checked by wensheng.he@samsung.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/692343003/40001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: mac_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/82263) mac_chromium_compile_dbg on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_comp...)
On 2014/11/17 05:10:21, I haz the power (commit-bot) wrote: > Try jobs failed on following builders: > mac_gpu on tryserver.chromium.gpu > (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/82263) > mac_chromium_compile_dbg on tryserver.chromium.mac > (http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_comp...) Would you rebaseline the patch?
On 2014/11/17 05:14:51, kouhei wrote: > On 2014/11/17 05:10:21, I haz the power (commit-bot) wrote: > > Try jobs failed on following builders: > > mac_gpu on tryserver.chromium.gpu > > > (http://build.chromium.org/p/tryserver.chromium.gpu/builders/mac_gpu/builds/82263) > > mac_chromium_compile_dbg on tryserver.chromium.mac > > > (http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_comp...) > > Would you rebaseline the patch? Fixed, please take a look. Sorry for interrupt.
lgtm
The CQ bit was checked by wensheng.he@samsung.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/692343003/60001
Message was sent while issue was closed.
Committed patchset #4 (id:60001)
Message was sent while issue was closed.
Patchset 4 (id:??) landed as https://crrev.com/4eec2916da984c217cfaa66b19d7dd4970b6ec81 Cr-Commit-Position: refs/heads/master@{#304396} |