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

Issue 17451017: Process names, and predictable thread and process ordering in about:tracing (Closed)

Created:
7 years, 6 months ago by nduca
Modified:
7 years, 5 months ago
Reviewers:
dsinclair, piman
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, erikwright+watch_chromium.org, jam, apatrick_chromium
Visibility:
Public.

Description

Process names, and predictable thread and process ordering in about:tracing R=dsinclair Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=210437

Patch Set 1 #

Total comments: 3

Patch Set 2 : Updates, most nits addresssed #

Total comments: 7

Patch Set 3 : rebase #

Patch Set 4 : Nitfixes #

Total comments: 2

Patch Set 5 : with fixes from piman #

Patch Set 6 : fix trybots i think #

Unified diffs Side-by-side diffs Delta from patch set Stats (+185 lines, -16 lines) Patch
M base/debug/trace_event_impl.h View 1 2 3 3 chunks +24 lines, -1 line 0 comments Download
M base/debug/trace_event_impl.cc View 1 2 3 4 5 4 chunks +107 lines, -15 lines 0 comments Download
M content/browser/browser_main.cc View 1 2 chunks +4 lines, -0 lines 0 comments Download
M content/common/content_constants_internal.h View 1 2 3 4 1 chunk +11 lines, -0 lines 0 comments Download
M content/common/content_constants_internal.cc View 1 2 3 4 1 chunk +9 lines, -0 lines 0 comments Download
M content/gpu/gpu_main.cc View 1 2 chunks +4 lines, -0 lines 0 comments Download
M content/plugin/plugin_main.cc View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M content/ppapi_plugin/ppapi_broker_main.cc View 1 2 3 4 2 chunks +4 lines, -0 lines 0 comments Download
M content/ppapi_plugin/ppapi_plugin_main.cc View 1 2 3 4 2 chunks +4 lines, -0 lines 0 comments Download
M content/renderer/render_thread_impl.cc View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 4 2 chunks +5 lines, -0 lines 0 comments Download
M content/renderer/renderer_main.cc View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
nduca
7 years, 6 months ago (2013-06-20 09:13:09 UTC) #1
nduca
wip, but worth a quick look as a sanity check
7 years, 6 months ago (2013-06-20 09:13:25 UTC) #2
dsinclair
https://codereview.chromium.org/17451017/diff/1/content/gpu/gpu_main.cc File content/gpu/gpu_main.cc (right): https://codereview.chromium.org/17451017/diff/1/content/gpu/gpu_main.cc#newcode88 content/gpu/gpu_main.cc:88: base::debug::TraceLog::GetInstance()->SetProcessSortIndex(3); Would it be useful to move some of ...
7 years, 6 months ago (2013-06-20 15:01:47 UTC) #3
nduca
I moved the order values to a content level constants file. I think that keeps ...
7 years, 6 months ago (2013-06-21 10:10:21 UTC) #4
dsinclair
https://codereview.chromium.org/17451017/diff/20001/base/debug/trace_event_impl.cc File base/debug/trace_event_impl.cc (right): https://codereview.chromium.org/17451017/diff/20001/base/debug/trace_event_impl.cc#newcode1306 base/debug/trace_event_impl.cc:1306: int num_args = 1; nit: indenting https://codereview.chromium.org/17451017/diff/20001/base/debug/trace_event_impl.cc#newcode1361 base/debug/trace_event_impl.cc:1361: } ...
7 years, 6 months ago (2013-06-21 14:22:51 UTC) #5
nduca
> https://codereview.chromium.org/17451017/diff/20001/base/debug/trace_event_impl.cc#newcode1361 > base/debug/trace_event_impl.cc:1361: } > Not sure if this is possible but, could we ...
7 years, 5 months ago (2013-07-03 06:45:08 UTC) #6
dsinclair
lgtm On 2013/07/03 06:45:08, nduca wrote: > > > https://codereview.chromium.org/17451017/diff/20001/base/debug/trace_event_impl.cc#newcode1361 > > base/debug/trace_event_impl.cc:1361: } > ...
7 years, 5 months ago (2013-07-03 15:10:41 UTC) #7
nduca
+piman for content
7 years, 5 months ago (2013-07-03 19:23:19 UTC) #8
piman
https://codereview.chromium.org/17451017/diff/33001/content/common/content_constants_internal.cc File content/common/content_constants_internal.cc (right): https://codereview.chromium.org/17451017/diff/33001/content/common/content_constants_internal.cc#newcode14 content/common/content_constants_internal.cc:14: const int kTraceEventGpuProcessSortIndex = -1; neato. Should we also ...
7 years, 5 months ago (2013-07-03 19:35:55 UTC) #9
nduca
great ideas, all used in latest patch.
7 years, 5 months ago (2013-07-03 19:47:19 UTC) #10
piman
lgtm
7 years, 5 months ago (2013-07-03 19:53:21 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nduca@chromium.org/17451017/63001
7 years, 5 months ago (2013-07-08 20:13:18 UTC) #12
commit-bot: I haz the power
Change committed as 210437
7 years, 5 months ago (2013-07-08 23:14:42 UTC) #13
scottmg
This broke "Win Split" on the waterfall, but I'm going to delete that from the ...
7 years, 5 months ago (2013-07-09 00:08:14 UTC) #14
nduca
7 years, 5 months ago (2013-07-09 08:10:23 UTC) #15
Message was sent while issue was closed.
Do I need to fix anything Scott? Happy to do whatever neeeds doing, definitely
didn't mean to mess you up.

Powered by Google App Engine
This is Rietveld 408576698