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

Issue 1950313005: [tracing] Move and rename TRACE_EVENT_API_TASK_EXECUTION_EVENT (Closed)

Created:
4 years, 7 months ago by ssid
Modified:
4 years, 7 months ago
CC:
chromium-reviews, tracing+reviews_chromium.org, wfh+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@add_missing_task
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[tracing] Move and rename TRACE_EVENT_API_TASK_EXECUTION_EVENT The heap profiler specific macros are moved to heap_profiler.h. This CL also gives a better name to the api. Note that the trace_event.h now includes heap_profiler.h instead of context_tracker.h and contains the implementation of TRACE_TASK_EXECUTION because it depends on base::Location and AllocationContextTracker. BUG=609882 Committed: https://crrev.com/abb35f9934c2950cc4f8e0f67afb43e632773018 Cr-Commit-Position: refs/heads/master@{#393616}

Patch Set 1 : #

Patch Set 2 : #

Total comments: 5

Patch Set 3 : Rename. #

Total comments: 2

Patch Set 4 : Add a redirection from the common file. #

Patch Set 5 : fix unittest. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -42 lines) Patch
M base/trace_event/common/trace_event_common.h View 1 2 3 1 chunk +2 lines, -6 lines 0 comments Download
M base/trace_event/heap_profiler.h View 1 2 2 chunks +32 lines, -0 lines 0 comments Download
M base/trace_event/heap_profiler_allocation_context_tracker_unittest.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M base/trace_event/trace_event.h View 1 2 3 4 chunks +10 lines, -34 lines 0 comments Download

Messages

Total messages: 26 (12 generated)
ssid
ptal, thanks.
4 years, 7 months ago (2016-05-06 17:58:27 UTC) #4
Primiano Tucci (use gerrit)
https://codereview.chromium.org/1950313005/diff/30001/base/trace_event/common/trace_event_common.h File base/trace_event/common/trace_event_common.h (right): https://codereview.chromium.org/1950313005/diff/30001/base/trace_event/common/trace_event_common.h#newcode935 base/trace_event/common/trace_event_common.h:935: HEAP_PROFILER_API_SCOPED_TASK_EXECUTION_EVENT INTERNAL_TRACE_EVENT_UID( \ I'd still name it with TRACE_ ...
4 years, 7 months ago (2016-05-09 17:36:45 UTC) #5
ssid
Thanks, replies inline. https://codereview.chromium.org/1950313005/diff/30001/base/trace_event/common/trace_event_common.h File base/trace_event/common/trace_event_common.h (right): https://codereview.chromium.org/1950313005/diff/30001/base/trace_event/common/trace_event_common.h#newcode935 base/trace_event/common/trace_event_common.h:935: HEAP_PROFILER_API_SCOPED_TASK_EXECUTION_EVENT INTERNAL_TRACE_EVENT_UID( \ On 2016/05/09 17:36:45, ...
4 years, 7 months ago (2016-05-09 23:49:11 UTC) #6
Primiano Tucci (use gerrit)
+oysteine: does it make sense to you to move TRACE_TASK_EXECUTION into trace_Event.h (see below for ...
4 years, 7 months ago (2016-05-10 16:03:53 UTC) #8
ssid
On 2016/05/10 16:03:53, Primiano Tucci wrote: > +oysteine: does it make sense to you to ...
4 years, 7 months ago (2016-05-12 19:31:19 UTC) #9
oystein (OOO til 10th of July)
On 2016/05/10 16:03:53, Primiano Tucci wrote: > +oysteine: does it make sense to you to ...
4 years, 7 months ago (2016-05-12 19:56:50 UTC) #10
ssid
Thanks, made suggested changes. PTAL. https://codereview.chromium.org/1950313005/diff/40001/base/trace_event/trace_event.h File base/trace_event/trace_event.h (right): https://codereview.chromium.org/1950313005/diff/40001/base/trace_event/trace_event.h#newcode21 base/trace_event/trace_event.h:21: #include "base/trace_event/heap_profiler.h" // For ...
4 years, 7 months ago (2016-05-12 22:09:42 UTC) #12
Primiano Tucci (use gerrit)
On 2016/05/12 22:09:42, ssid wrote: > Thanks, made suggested changes. PTAL. > > https://codereview.chromium.org/1950313005/diff/40001/base/trace_event/trace_event.h > ...
4 years, 7 months ago (2016-05-13 12:52:18 UTC) #13
oystein (OOO til 10th of July)
Great, lgtm!
4 years, 7 months ago (2016-05-13 14:50:28 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1950313005/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1950313005/60001
4 years, 7 months ago (2016-05-13 15:21:31 UTC) #16
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_linux on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/159997)
4 years, 7 months ago (2016-05-13 15:31:14 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1950313005/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1950313005/100001
4 years, 7 months ago (2016-05-13 18:27:00 UTC) #22
commit-bot: I haz the power
Committed patchset #5 (id:100001)
4 years, 7 months ago (2016-05-13 20:35:10 UTC) #24
commit-bot: I haz the power
4 years, 7 months ago (2016-05-13 20:37:01 UTC) #26
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/abb35f9934c2950cc4f8e0f67afb43e632773018
Cr-Commit-Position: refs/heads/master@{#393616}

Powered by Google App Engine
This is Rietveld 408576698