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

Issue 8894022: Detect child tasks born during a profiled tasks (Closed)

Created:
9 years ago by jar (doing other things)
Modified:
9 years ago
CC:
chromium-reviews, Paweł Hajdan Jr., sadrul, brettw-cc_chromium.org, eroman
Visibility:
Public.

Description

Detect child tasks born during a profiled tasks r=rtenneti Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=114336

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 1

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Total comments: 20

Patch Set 8 : '' #

Patch Set 9 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+344 lines, -79 lines) Patch
M base/message_loop.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M base/profiler/scoped_profile.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/profiler/tracked_time_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/threading/worker_pool_posix.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/threading/worker_pool_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/tracked_objects.h View 1 2 3 4 5 6 7 14 chunks +73 lines, -22 lines 0 comments Download
M base/tracked_objects.cc View 1 2 3 4 5 6 7 20 chunks +128 lines, -40 lines 0 comments Download
M base/tracked_objects_unittest.cc View 1 2 3 4 5 6 7 15 chunks +138 lines, -12 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
jar (doing other things)
Raman, This version has the const static set to "false," and hence won't include almost ...
9 years ago (2011-12-13 07:31:40 UTC) #1
ramant (doing other things)
LGTM. I think tracked_objects.cc:614 would be good to fix. http://codereview.chromium.org/8894022/diff/24001/base/tracked_objects.cc File base/tracked_objects.cc (right): http://codereview.chromium.org/8894022/diff/24001/base/tracked_objects.cc#newcode300 base/tracked_objects.cc:300: ...
9 years ago (2011-12-13 19:14:45 UTC) #2
jar (doing other things)
Changes made per comments by rtenneti. http://codereview.chromium.org/8894022/diff/24001/base/tracked_objects.cc File base/tracked_objects.cc (right): http://codereview.chromium.org/8894022/diff/24001/base/tracked_objects.cc#newcode300 base/tracked_objects.cc:300: reinterpret_cast<ThreadData*>(thread_data)->OnThreadTerminationCleanup(); On 2011/12/13 ...
9 years ago (2011-12-13 20:29:10 UTC) #3
ramant (doing other things)
9 years ago (2011-12-13 20:58:39 UTC) #4
ramant (doing other things)
9 years ago (2011-12-13 20:58:58 UTC) #5
LGTM. thanks for making the changes.

Powered by Google App Engine
This is Rietveld 408576698