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

Issue 836933004: Replace multiprocessing with threading in memory_inspector (Closed)

Created:
5 years, 11 months ago by petrcermak
Modified:
5 years, 11 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Replace multiprocessing with threading in memory_inspector This patch is part of an ongoing process to unbundle memory_inspector and make it a chrome app. It replaces multiprocessing, which is currently not supported by naclports/python, with threading. BUG=448399 Committed: https://crrev.com/74e86ded0d45b7e80158dbbdf6b54063ac851042 Cr-Commit-Position: refs/heads/master@{#311515}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Update for review feedback #

Patch Set 3 : Simplify error logging #

Total comments: 2

Patch Set 4 : Remove unnecessary imports #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -12 lines) Patch
M tools/memory_inspector/memory_inspector/frontends/background_tasks.py View 1 2 3 5 chunks +18 lines, -12 lines 0 comments Download

Messages

Total messages: 13 (2 generated)
petrcermak
5 years, 11 months ago (2015-01-14 10:53:49 UTC) #2
Primiano Tucci (use gerrit)
Thanks, just few comments https://codereview.chromium.org/836933004/diff/1/tools/memory_inspector/memory_inspector/frontends/background_tasks.py File tools/memory_inspector/memory_inspector/frontends/background_tasks.py (right): https://codereview.chromium.org/836933004/diff/1/tools/memory_inspector/memory_inspector/frontends/background_tasks.py#newcode20 tools/memory_inspector/memory_inspector/frontends/background_tasks.py:20: import threading nit: alpha sorting ...
5 years, 11 months ago (2015-01-14 12:17:23 UTC) #3
Primiano Tucci (use gerrit)
Thanks, just few comments
5 years, 11 months ago (2015-01-14 12:17:25 UTC) #4
petrcermak
Thanks for your comments. PTAL. Petr https://codereview.chromium.org/836933004/diff/1/tools/memory_inspector/memory_inspector/frontends/background_tasks.py File tools/memory_inspector/memory_inspector/frontends/background_tasks.py (right): https://codereview.chromium.org/836933004/diff/1/tools/memory_inspector/memory_inspector/frontends/background_tasks.py#newcode20 tools/memory_inspector/memory_inspector/frontends/background_tasks.py:20: import threading On ...
5 years, 11 months ago (2015-01-14 13:43:32 UTC) #5
petrcermak
I simplified the error logging as discussed offline. Petr
5 years, 11 months ago (2015-01-14 15:14:23 UTC) #6
Primiano Tucci (use gerrit)
LGTM % 2 nits, thanks https://codereview.chromium.org/836933004/diff/40001/tools/memory_inspector/memory_inspector/frontends/background_tasks.py File tools/memory_inspector/memory_inspector/frontends/background_tasks.py (right): https://codereview.chromium.org/836933004/diff/40001/tools/memory_inspector/memory_inspector/frontends/background_tasks.py#newcode21 tools/memory_inspector/memory_inspector/frontends/background_tasks.py:21: import sys Nit: You ...
5 years, 11 months ago (2015-01-14 17:17:00 UTC) #7
Primiano Tucci (use gerrit)
LGTM % 2 nits, thanks
5 years, 11 months ago (2015-01-14 17:17:02 UTC) #8
petrcermak
https://codereview.chromium.org/836933004/diff/40001/tools/memory_inspector/memory_inspector/frontends/background_tasks.py File tools/memory_inspector/memory_inspector/frontends/background_tasks.py (right): https://codereview.chromium.org/836933004/diff/40001/tools/memory_inspector/memory_inspector/frontends/background_tasks.py#newcode21 tools/memory_inspector/memory_inspector/frontends/background_tasks.py:21: import sys On 2015/01/14 17:17:00, Primiano Tucci wrote: > ...
5 years, 11 months ago (2015-01-14 17:25:26 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/836933004/60001
5 years, 11 months ago (2015-01-14 17:26:30 UTC) #11
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 11 months ago (2015-01-14 18:20:21 UTC) #12
commit-bot: I haz the power
5 years, 11 months ago (2015-01-14 18:21:20 UTC) #13
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/74e86ded0d45b7e80158dbbdf6b54063ac851042
Cr-Commit-Position: refs/heads/master@{#311515}

Powered by Google App Engine
This is Rietveld 408576698