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

Issue 2822593002: [Memory UMA] Return the extra_processes_dump map as part of the ResponseCallback (Closed)

Created:
3 years, 8 months ago by fmeawad
Modified:
3 years, 8 months ago
CC:
Aaron Boodman, abarth-chromium, chrome-grc-reviews_chromium.org, chromium-reviews, danakj+watch_chromium.org, darin (slow to review), oystein (OOO til 10th of July), qsr+mojo_chromium.org, tracing+reviews_chromium.org, viettrungluu+watch_chromium.org, vmpstr+watch_chromium.org, wfh+watch_chromium.org, yzshen+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[Memory UMA] Return the extra_processes_dump map as part of the ResponseCallback This CL is a follow up CL to http://crrev.com/277709300 where we add the missing extra_processes_dump map from the MemoryDumpCallbackResult struct into its corresponding mojo struct. BUG=703184 Review-Url: https://codereview.chromium.org/2822593002 Cr-Commit-Position: refs/heads/master@{#466021} Committed: https://chromium.googlesource.com/chromium/src/+/33bb7a42b9ea6c9138ac975e35b0242b9da21c07

Patch Set 1 #

Patch Set 2 : Rebase #

Total comments: 11

Patch Set 3 : Address Comments #

Total comments: 4

Patch Set 4 : Address Comments 2 #

Patch Set 5 : Fixing the return type (adding the missing ref) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -12 lines) Patch
M base/trace_event/memory_dump_manager.cc View 3 chunks +10 lines, -11 lines 0 comments Download
M mojo/common/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M mojo/common/common_custom_types_struct_traits.h View 2 chunks +15 lines, -0 lines 0 comments Download
M mojo/common/common_custom_types_unittest.cc View 1 2 3 2 chunks +12 lines, -0 lines 0 comments Download
A mojo/common/process_id.mojom View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
A mojo/common/process_id.typemap View 1 2 1 chunk +13 lines, -0 lines 0 comments Download
M mojo/common/typemaps.gni View 1 chunk +1 line, -0 lines 0 comments Download
M services/resource_coordinator/public/cpp/memory/memory_instrumentation_struct_traits.h View 1 2 3 4 2 chunks +8 lines, -0 lines 0 comments Download
M services/resource_coordinator/public/cpp/memory/memory_instrumentation_struct_traits.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M services/resource_coordinator/public/interfaces/memory/memory_instrumentation.mojom View 2 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 27 (10 generated)
fmeawad
PTAL when you get back :)
3 years, 8 months ago (2017-04-14 22:07:43 UTC) #4
hjd
lgtm
3 years, 8 months ago (2017-04-18 11:00:38 UTC) #5
Ken Rockot(use gerrit already)
Great, just some nits and one request for a change in testing approach https://codereview.chromium.org/2822593002/diff/20001/mojo/common/process_id.mojom File ...
3 years, 8 months ago (2017-04-18 22:11:25 UTC) #6
Primiano Tucci (use gerrit)
lgtm with one minor comment https://codereview.chromium.org/2822593002/diff/20001/base/trace_event/memory_dump_manager.cc File base/trace_event/memory_dump_manager.cc (right): https://codereview.chromium.org/2822593002/diff/20001/base/trace_event/memory_dump_manager.cc#newcode774 base/trace_event/memory_dump_manager.cc:774: result = MemoryDumpCallbackResult(); why ...
3 years, 8 months ago (2017-04-19 12:03:46 UTC) #7
fmeawad
https://codereview.chromium.org/2822593002/diff/20001/base/trace_event/memory_dump_manager.cc File base/trace_event/memory_dump_manager.cc (right): https://codereview.chromium.org/2822593002/diff/20001/base/trace_event/memory_dump_manager.cc#newcode774 base/trace_event/memory_dump_manager.cc:774: result = MemoryDumpCallbackResult(); On 2017/04/19 12:03:45, Primiano Tucci wrote: ...
3 years, 8 months ago (2017-04-19 15:59:56 UTC) #8
Primiano Tucci (use gerrit)
https://codereview.chromium.org/2822593002/diff/20001/base/trace_event/memory_dump_manager.cc File base/trace_event/memory_dump_manager.cc (right): https://codereview.chromium.org/2822593002/diff/20001/base/trace_event/memory_dump_manager.cc#newcode774 base/trace_event/memory_dump_manager.cc:774: result = MemoryDumpCallbackResult(); On 2017/04/19 15:59:56, fmeawad wrote: > ...
3 years, 8 months ago (2017-04-19 16:03:24 UTC) #9
fmeawad
Ken: PTAL https://codereview.chromium.org/2822593002/diff/20001/mojo/common/process_id.mojom File mojo/common/process_id.mojom (right): https://codereview.chromium.org/2822593002/diff/20001/mojo/common/process_id.mojom#newcode8 mojo/common/process_id.mojom:8: // This is the storage for the ...
3 years, 8 months ago (2017-04-19 21:07:21 UTC) #10
Ken Rockot(use gerrit already)
https://codereview.chromium.org/2822593002/diff/40001/mojo/common/test_common_custom_types.mojom File mojo/common/test_common_custom_types.mojom (right): https://codereview.chromium.org/2822593002/diff/40001/mojo/common/test_common_custom_types.mojom#newcode9 mojo/common/test_common_custom_types.mojom:9: import "mojo/common/process_id.mojom"; nit: not used https://codereview.chromium.org/2822593002/diff/40001/services/resource_coordinator/public/cpp/memory/memory_instrumentation_struct_traits.h File services/resource_coordinator/public/cpp/memory/memory_instrumentation_struct_traits.h (right): ...
3 years, 8 months ago (2017-04-19 21:19:38 UTC) #13
fmeawad
Addressed https://codereview.chromium.org/2822593002/diff/40001/mojo/common/test_common_custom_types.mojom File mojo/common/test_common_custom_types.mojom (right): https://codereview.chromium.org/2822593002/diff/40001/mojo/common/test_common_custom_types.mojom#newcode9 mojo/common/test_common_custom_types.mojom:9: import "mojo/common/process_id.mojom"; On 2017/04/19 21:19:37, Ken Rockot wrote: ...
3 years, 8 months ago (2017-04-19 21:40:21 UTC) #14
Ken Rockot(use gerrit already)
On 2017/04/19 at 21:40:21, fmeawad wrote: > Addressed > > https://codereview.chromium.org/2822593002/diff/40001/mojo/common/test_common_custom_types.mojom > File mojo/common/test_common_custom_types.mojom (right): ...
3 years, 8 months ago (2017-04-19 21:54:42 UTC) #15
fmeawad
On 2017/04/19 21:54:42, Ken Rockot wrote: > On 2017/04/19 at 21:40:21, fmeawad wrote: > > ...
3 years, 8 months ago (2017-04-19 22:17:19 UTC) #16
Ken Rockot(use gerrit already)
Thanks! LGTM
3 years, 8 months ago (2017-04-19 22:19:33 UTC) #17
fmeawad
+mkwst for IPC review/mojom
3 years, 8 months ago (2017-04-19 22:26:17 UTC) #19
Mike West
LGTM
3 years, 8 months ago (2017-04-20 07:22:33 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2822593002/80001
3 years, 8 months ago (2017-04-20 14:37:13 UTC) #23
commit-bot: I haz the power
Committed patchset #5 (id:80001) as https://chromium.googlesource.com/chromium/src/+/33bb7a42b9ea6c9138ac975e35b0242b9da21c07
3 years, 8 months ago (2017-04-20 15:42:15 UTC) #26
xlai (Olivia)
3 years, 8 months ago (2017-04-20 17:04:27 UTC) #27
Message was sent while issue was closed.
A revert of this CL (patchset #5 id:80001) has been created in
https://codereview.chromium.org/2828333002/ by xlai@chromium.org.

The reason for reverting is: Suspecting CL that caused compile failure in 
https://build.chromium.org/p/chromium/builders/Win/builds/54274.

Need to monitor whether the Win build goes back to green after reverting..

Powered by Google App Engine
This is Rietveld 408576698