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

Issue 2466773002: memory coordinator: Add trace macros to track state changes (Closed)

Created:
4 years, 1 month ago by bashi
Modified:
4 years, 1 month ago
Reviewers:
haraken, dcheng
CC:
chromium-reviews, jam, darin-cc_chromium.org, gavinp+memory_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

memory coordinator: Add trace macros to track state changes BUG=617492 Committed: https://crrev.com/dd32a4ec69b482248bc23df10cc0fd6efc56ddec Cr-Commit-Position: refs/heads/master@{#428949}

Patch Set 1 #

Total comments: 3

Patch Set 2 : comment #

Total comments: 8

Patch Set 3 : comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -0 lines) Patch
M base/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M base/memory/memory_coordinator_client.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
A base/memory/memory_coordinator_client.cc View 1 2 1 chunk +27 lines, -0 lines 0 comments Download
M content/browser/memory/memory_coordinator_impl.cc View 1 2 chunks +5 lines, -0 lines 0 comments Download
M content/child/memory/child_memory_coordinator_impl.cc View 1 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (14 generated)
bashi
PTAL? haraken@: content/{child,browser}/memory dcheng@: base/
4 years, 1 month ago (2016-11-01 03:25:08 UTC) #4
haraken
https://codereview.chromium.org/2466773002/diff/1/content/browser/memory/memory_coordinator_impl.cc File content/browser/memory/memory_coordinator_impl.cc (right): https://codereview.chromium.org/2466773002/diff/1/content/browser/memory/memory_coordinator_impl.cc#newcode202 content/browser/memory/memory_coordinator_impl.cc:202: "next", static_cast<int32_t>(next_state)); Is there any way to pass in ...
4 years, 1 month ago (2016-11-01 03:58:06 UTC) #5
bashi
https://codereview.chromium.org/2466773002/diff/1/content/browser/memory/memory_coordinator_impl.cc File content/browser/memory/memory_coordinator_impl.cc (right): https://codereview.chromium.org/2466773002/diff/1/content/browser/memory/memory_coordinator_impl.cc#newcode202 content/browser/memory/memory_coordinator_impl.cc:202: "next", static_cast<int32_t>(next_state)); On 2016/11/01 03:58:06, haraken wrote: > > ...
4 years, 1 month ago (2016-11-01 04:04:40 UTC) #6
haraken
On 2016/11/01 04:04:40, bashi1 (slow) wrote: > https://codereview.chromium.org/2466773002/diff/1/content/browser/memory/memory_coordinator_impl.cc > File content/browser/memory/memory_coordinator_impl.cc (right): > > https://codereview.chromium.org/2466773002/diff/1/content/browser/memory/memory_coordinator_impl.cc#newcode202 ...
4 years, 1 month ago (2016-11-01 04:05:16 UTC) #7
bashi
https://codereview.chromium.org/2466773002/diff/1/content/browser/memory/memory_coordinator_impl.cc File content/browser/memory/memory_coordinator_impl.cc (right): https://codereview.chromium.org/2466773002/diff/1/content/browser/memory/memory_coordinator_impl.cc#newcode202 content/browser/memory/memory_coordinator_impl.cc:202: "next", static_cast<int32_t>(next_state)); On 2016/11/01 04:04:40, bashi1 (slow) wrote: > ...
4 years, 1 month ago (2016-11-01 04:17:27 UTC) #9
haraken
LGTM https://codereview.chromium.org/2466773002/diff/20001/base/memory/memory_coordinator_client.cc File base/memory/memory_coordinator_client.cc (right): https://codereview.chromium.org/2466773002/diff/20001/base/memory/memory_coordinator_client.cc#newcode7 base/memory/memory_coordinator_client.cc:7: #include "base/logging.h" Do we need this? https://codereview.chromium.org/2466773002/diff/20001/base/memory/memory_coordinator_client.cc#newcode27 base/memory/memory_coordinator_client.cc:27: ...
4 years, 1 month ago (2016-11-01 04:20:29 UTC) #11
dcheng
https://codereview.chromium.org/2466773002/diff/20001/base/memory/memory_coordinator_client.h File base/memory/memory_coordinator_client.h (right): https://codereview.chromium.org/2466773002/diff/20001/base/memory/memory_coordinator_client.h#newcode45 base/memory/memory_coordinator_client.h:45: BASE_EXPORT std::string MemoryStateToString(MemoryState state); If possible, let's return const ...
4 years, 1 month ago (2016-11-01 04:33:37 UTC) #14
bashi
https://codereview.chromium.org/2466773002/diff/20001/base/memory/memory_coordinator_client.cc File base/memory/memory_coordinator_client.cc (right): https://codereview.chromium.org/2466773002/diff/20001/base/memory/memory_coordinator_client.cc#newcode7 base/memory/memory_coordinator_client.cc:7: #include "base/logging.h" On 2016/11/01 04:20:29, haraken wrote: > > ...
4 years, 1 month ago (2016-11-01 05:02:16 UTC) #17
dcheng
base LGTM
4 years, 1 month ago (2016-11-01 05:58:21 UTC) #18
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/2466773002/40001
4 years, 1 month ago (2016-11-01 06:32:57 UTC) #23
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 1 month ago (2016-11-01 06:36:41 UTC) #24
commit-bot: I haz the power
4 years, 1 month ago (2016-11-01 06:38:32 UTC) #26
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/dd32a4ec69b482248bc23df10cc0fd6efc56ddec
Cr-Commit-Position: refs/heads/master@{#428949}

Powered by Google App Engine
This is Rietveld 408576698