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

Issue 1149083012: Simplify file tracing end events. (Closed)

Created:
5 years, 6 months ago by Dan Beam
Modified:
5 years, 6 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam, tracing+reviews_chromium.org, wfh+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Simplify file tracing end events. R=oysteine@chromium.org BUG=none TEST=pathless file trace events with size work Committed: https://crrev.com/97f619f66b30bcafe0fd211f1e09bcf6ae4f325d Cr-Commit-Position: refs/heads/master@{#333498}

Patch Set 1 #

Total comments: 6

Patch Set 2 : simpler #

Total comments: 7

Patch Set 3 : thestig@ review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -55 lines) Patch
M base/files/file_tracing.h View 1 2 2 chunks +14 lines, -19 lines 0 comments Download
M base/files/file_tracing.cc View 1 2 chunks +8 lines, -12 lines 0 comments Download
M base/trace_event/trace_event.h View 1 1 chunk +2 lines, -6 lines 0 comments Download
M content/browser/tracing/file_tracing_provider_impl.h View 1 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/tracing/file_tracing_provider_impl.cc View 1 1 chunk +4 lines, -16 lines 0 comments Download

Messages

Total messages: 26 (5 generated)
Dan Beam
5 years, 6 months ago (2015-06-05 21:00:55 UTC) #1
oystein (OOO til 10th of July)
https://codereview.chromium.org/1149083012/diff/1/content/browser/tracing/file_tracing_provider_impl.cc File content/browser/tracing/file_tracing_provider_impl.cc (right): https://codereview.chromium.org/1149083012/diff/1/content/browser/tracing/file_tracing_provider_impl.cc#newcode55 content/browser/tracing/file_tracing_provider_impl.cc:55: TRACE_VARIED_PARAMS(BEGIN); The macro is cool, but I'm not really ...
5 years, 6 months ago (2015-06-05 22:06:26 UTC) #2
Dan Beam
https://codereview.chromium.org/1149083012/diff/1/content/browser/tracing/file_tracing_provider_impl.cc File content/browser/tracing/file_tracing_provider_impl.cc (right): https://codereview.chromium.org/1149083012/diff/1/content/browser/tracing/file_tracing_provider_impl.cc#newcode55 content/browser/tracing/file_tracing_provider_impl.cc:55: TRACE_VARIED_PARAMS(BEGIN); On 2015/06/05 22:06:25, Oystein wrote: > The macro ...
5 years, 6 months ago (2015-06-06 01:57:25 UTC) #3
dsinclair
https://codereview.chromium.org/1149083012/diff/1/content/browser/tracing/file_tracing_provider_impl.cc File content/browser/tracing/file_tracing_provider_impl.cc (right): https://codereview.chromium.org/1149083012/diff/1/content/browser/tracing/file_tracing_provider_impl.cc#newcode33 content/browser/tracing/file_tracing_provider_impl.cc:33: #define TRACE_VARIED_PARAMS(BEGIN_OR_END) \ I'd prefer not to do this. ...
5 years, 6 months ago (2015-06-08 13:05:38 UTC) #5
Dan Beam
https://codereview.chromium.org/1149083012/diff/1/content/browser/tracing/file_tracing_provider_impl.cc File content/browser/tracing/file_tracing_provider_impl.cc (right): https://codereview.chromium.org/1149083012/diff/1/content/browser/tracing/file_tracing_provider_impl.cc#newcode33 content/browser/tracing/file_tracing_provider_impl.cc:33: #define TRACE_VARIED_PARAMS(BEGIN_OR_END) \ On 2015/06/08 13:05:38, dsinclair wrote: > ...
5 years, 6 months ago (2015-06-08 18:42:54 UTC) #6
oystein (OOO til 10th of July)
https://codereview.chromium.org/1149083012/diff/1/content/browser/tracing/file_tracing_provider_impl.cc File content/browser/tracing/file_tracing_provider_impl.cc (right): https://codereview.chromium.org/1149083012/diff/1/content/browser/tracing/file_tracing_provider_impl.cc#newcode55 content/browser/tracing/file_tracing_provider_impl.cc:55: TRACE_VARIED_PARAMS(BEGIN); On 2015/06/06 01:57:25, Dan Beam wrote: > On ...
5 years, 6 months ago (2015-06-08 18:53:47 UTC) #7
dsinclair
On 2015/06/08 at 18:42:54, dbeam wrote: > https://codereview.chromium.org/1149083012/diff/1/content/browser/tracing/file_tracing_provider_impl.cc > File content/browser/tracing/file_tracing_provider_impl.cc (right): > > https://codereview.chromium.org/1149083012/diff/1/content/browser/tracing/file_tracing_provider_impl.cc#newcode33 ...
5 years, 6 months ago (2015-06-08 19:17:37 UTC) #8
Dan Beam
On 2015/06/08 19:17:37, dsinclair wrote: > On 2015/06/08 at 18:42:54, dbeam wrote: > > > ...
5 years, 6 months ago (2015-06-08 19:18:46 UTC) #9
Dan Beam
https://codereview.chromium.org/1149083012/diff/1/content/browser/tracing/file_tracing_provider_impl.cc File content/browser/tracing/file_tracing_provider_impl.cc (right): https://codereview.chromium.org/1149083012/diff/1/content/browser/tracing/file_tracing_provider_impl.cc#newcode55 content/browser/tracing/file_tracing_provider_impl.cc:55: TRACE_VARIED_PARAMS(BEGIN); On 2015/06/08 18:53:47, Oystein wrote: > On 2015/06/06 ...
5 years, 6 months ago (2015-06-08 19:22:28 UTC) #10
dsinclair
On 2015/06/08 at 19:18:46, dbeam wrote: > On 2015/06/08 19:17:37, dsinclair wrote: > > On ...
5 years, 6 months ago (2015-06-08 19:22:40 UTC) #11
Dan Beam
On 2015/06/08 19:22:40, dsinclair wrote: > On 2015/06/08 at 19:18:46, dbeam wrote: > > On ...
5 years, 6 months ago (2015-06-08 19:26:53 UTC) #12
Dan Beam
https://codereview.chromium.org/1149083012/diff/20001/base/files/file_tracing.cc File base/files/file_tracing.cc (right): https://codereview.chromium.org/1149083012/diff/20001/base/files/file_tracing.cc#newcode43 base/files/file_tracing.cc:43: if (!g_provider) this prevents ends without corresponding begins https://codereview.chromium.org/1149083012/diff/20001/base/files/file_tracing.h ...
5 years, 6 months ago (2015-06-08 21:10:30 UTC) #13
oystein (OOO til 10th of July)
lgtm
5 years, 6 months ago (2015-06-09 00:05:25 UTC) #14
Dan Beam
+thestig for base/files +dsinclair for base/trace_event, content/browser/tracing
5 years, 6 months ago (2015-06-09 00:25:14 UTC) #17
Lei Zhang
https://codereview.chromium.org/1149083012/diff/20001/base/files/file_tracing.h File base/files/file_tracing.h (right): https://codereview.chromium.org/1149083012/diff/20001/base/files/file_tracing.h#newcode74 base/files/file_tracing.h:74: // The ID of this trace. Does this have ...
5 years, 6 months ago (2015-06-09 00:44:02 UTC) #18
Dan Beam
https://codereview.chromium.org/1149083012/diff/20001/base/files/file_tracing.h File base/files/file_tracing.h (right): https://codereview.chromium.org/1149083012/diff/20001/base/files/file_tracing.h#newcode74 base/files/file_tracing.h:74: // The ID of this trace. On 2015/06/09 00:44:02, ...
5 years, 6 months ago (2015-06-09 00:49:09 UTC) #19
Lei Zhang
lgtm
5 years, 6 months ago (2015-06-09 00:51:25 UTC) #20
dsinclair
lgtm
5 years, 6 months ago (2015-06-09 13:43:33 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1149083012/40001
5 years, 6 months ago (2015-06-09 13:43:49 UTC) #24
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 6 months ago (2015-06-09 16:08:23 UTC) #25
commit-bot: I haz the power
5 years, 6 months ago (2015-06-09 16:09:05 UTC) #26
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/97f619f66b30bcafe0fd211f1e09bcf6ae4f325d
Cr-Commit-Position: refs/heads/master@{#333498}

Powered by Google App Engine
This is Rietveld 408576698