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

Issue 1221873002: Change sampler code events phase from instant to meta. (Closed)

Created:
5 years, 5 months ago by alph
Modified:
4 years, 9 months ago
CC:
chromium-reviews, darin-cc_chromium.org, devtools-reviews_chromium.org, erikwright+watch_chromium.org, jam, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org, pfeldman, tracing+reviews_chromium.org, wfh+watch_chromium.org, yurys
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Change sampler code events phase from instant to meta. This is according to the specification. BUG=406277 Committed: https://crrev.com/bc1343daeb77b33031de79f2c104f1efaf560c99 Cr-Commit-Position: refs/heads/master@{#377708}

Patch Set 1 #

Total comments: 2

Patch Set 2 : removed scope #

Total comments: 4

Patch Set 3 : addressing comment. #

Patch Set 4 : rebaseline + make use of AddMetadataEvent function #

Total comments: 4

Patch Set 5 : drop legacy functions #

Patch Set 6 : Fix a comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -31 lines) Patch
M base/trace_event/common/trace_event_common.h View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M base/trace_event/memory_dump_manager.cc View 1 2 3 4 1 chunk +4 lines, -2 lines 0 comments Download
M base/trace_event/trace_event.h View 1 2 3 4 5 7 chunks +25 lines, -10 lines 0 comments Download
M base/trace_event/trace_event_unittest.cc View 1 2 3 4 1 chunk +3 lines, -2 lines 0 comments Download
M base/trace_event/trace_log.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M base/trace_event/trace_log.cc View 1 2 3 4 2 chunks +8 lines, -5 lines 0 comments Download
M content/browser/tracing/tracing_controller_impl.cc View 1 2 3 4 1 chunk +5 lines, -3 lines 0 comments Download
M content/renderer/devtools/v8_sampling_profiler.cc View 1 2 3 1 chunk +9 lines, -9 lines 0 comments Download

Messages

Total messages: 46 (13 generated)
alph
5 years, 5 months ago (2015-06-30 18:11:05 UTC) #2
dsinclair
The one concern I have is, internal metadata events won't get dropped because of the ...
5 years, 5 months ago (2015-06-30 18:14:17 UTC) #4
alph
The patch doesn't affect the lifetime of the code events. The sampling cannot afford loosing ...
5 years, 5 months ago (2015-07-01 12:28:09 UTC) #5
alph
Here's a link to the Doc for caseq@ https://docs.google.com/document/d/1DDS8UJySywkYZDpmgocGBAmB7jVZJyMvN22f_6wxqjE/edit#
5 years, 5 months ago (2015-07-01 13:12:29 UTC) #6
caseq
From what I understood from offline discussion with alph, the plan is to use a ...
5 years, 5 months ago (2015-07-01 13:17:33 UTC) #8
dsinclair
On 2015/07/01 13:17:33, caseq wrote: > From what I understood from offline discussion with alph, ...
5 years, 5 months ago (2015-07-01 13:20:37 UTC) #9
caseq
On 2015/07/01 13:20:37, dsinclair wrote: > On 2015/07/01 13:17:33, caseq wrote: > > From what ...
5 years, 5 months ago (2015-07-01 13:35:30 UTC) #10
dsinclair
On 2015/07/01 13:35:30, caseq wrote: > On 2015/07/01 13:20:37, dsinclair wrote: > > On 2015/07/01 ...
5 years, 5 months ago (2015-07-01 13:47:21 UTC) #11
alph
On 2015/07/01 13:47:21, dsinclair wrote: > On 2015/07/01 13:35:30, caseq wrote: > > On 2015/07/01 ...
5 years, 5 months ago (2015-07-01 14:57:51 UTC) #12
caseq
> We could implement injection of CodeRemoved events, but that would require > maintaining the ...
5 years, 5 months ago (2015-07-01 15:02:24 UTC) #13
alph
On 2015/07/01 15:02:24, caseq wrote: > > We could implement injection of CodeRemoved events, but ...
5 years, 5 months ago (2015-07-01 15:16:00 UTC) #14
dsinclair
https://codereview.chromium.org/1221873002/diff/20001/base/trace_event/trace_event.h File base/trace_event/trace_event.h (right): https://codereview.chromium.org/1221873002/diff/20001/base/trace_event/trace_event.h#newcode558 base/trace_event/trace_event.h:558: // TRACE_EVENT_METADATA* events are injected by the sampling profiler. ...
5 years, 5 months ago (2015-07-02 14:17:05 UTC) #15
alph
https://codereview.chromium.org/1221873002/diff/20001/base/trace_event/trace_event.h File base/trace_event/trace_event.h (right): https://codereview.chromium.org/1221873002/diff/20001/base/trace_event/trace_event.h#newcode558 base/trace_event/trace_event.h:558: // TRACE_EVENT_METADATA* events are injected by the sampling profiler. ...
5 years, 5 months ago (2015-07-02 14:59:55 UTC) #16
dsinclair
lgtm. I think this is good to land for now, but I think we need ...
5 years, 5 months ago (2015-07-02 15:04:22 UTC) #17
dsinclair
lgtm. I think this is good to land for now, but I think we need ...
5 years, 5 months ago (2015-07-02 15:04:23 UTC) #18
caseq
On 2015/07/02 15:04:23, dsinclair wrote: > I think this is good to land for now, ...
5 years, 5 months ago (2015-07-02 15:09:38 UTC) #19
dsinclair
On 2015/07/02 15:09:38, caseq wrote: > On 2015/07/02 15:04:23, dsinclair wrote: > > I think ...
5 years, 5 months ago (2015-07-02 15:12:48 UTC) #20
dsinclair
Was the plan to still land this?
5 years, 4 months ago (2015-08-05 18:13:31 UTC) #21
alph
On 2015/08/05 18:13:31, dsinclair wrote: > Was the plan to still land this? I'm up ...
4 years, 10 months ago (2016-02-16 18:27:20 UTC) #24
alph
4 years, 10 months ago (2016-02-16 18:27:41 UTC) #26
alph
ptal
4 years, 10 months ago (2016-02-16 21:42:14 UTC) #27
fmeawad
https://codereview.chromium.org/1221873002/diff/60001/base/trace_event/trace_event.h File base/trace_event/trace_event.h (right): https://codereview.chromium.org/1221873002/diff/60001/base/trace_event/trace_event.h#newcode188 base/trace_event/trace_event.h:188: // on the convertable value will be called at ...
4 years, 10 months ago (2016-02-16 21:47:37 UTC) #28
alph
https://codereview.chromium.org/1221873002/diff/60001/base/trace_event/trace_event.h File base/trace_event/trace_event.h (right): https://codereview.chromium.org/1221873002/diff/60001/base/trace_event/trace_event.h#newcode188 base/trace_event/trace_event.h:188: // on the convertable value will be called at ...
4 years, 10 months ago (2016-02-16 23:19:28 UTC) #29
fmeawad
non-owner lgtm.
4 years, 10 months ago (2016-02-16 23:22:03 UTC) #30
alph
Dan, do you want to look at it?
4 years, 10 months ago (2016-02-18 02:26:37 UTC) #31
dsinclair
lgtm
4 years, 10 months ago (2016-02-22 19:42:16 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1221873002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1221873002/100001
4 years, 10 months ago (2016-02-22 19:44:16 UTC) #35
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/148701)
4 years, 10 months ago (2016-02-22 20:07:27 UTC) #37
alph
Pavel, could you please do the owner review.
4 years, 10 months ago (2016-02-22 22:14:15 UTC) #39
pfeldman
lgtm
4 years, 9 months ago (2016-02-25 21:49:03 UTC) #40
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1221873002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1221873002/100001
4 years, 9 months ago (2016-02-25 21:51:43 UTC) #42
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 9 months ago (2016-02-25 23:43:10 UTC) #44
commit-bot: I haz the power
4 years, 9 months ago (2016-02-25 23:44:35 UTC) #46
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/bc1343daeb77b33031de79f2c104f1efaf560c99
Cr-Commit-Position: refs/heads/master@{#377708}

Powered by Google App Engine
This is Rietveld 408576698