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

Issue 957353003: Add extra histogram latency tracking in PreMainMessageLoopRunImpl. (Closed)

Created:
5 years, 10 months ago by rkaplow
Modified:
5 years, 9 months ago
CC:
chromium-reviews, asvitkine+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add extra histogram latency tracking in PreMainMessageLoopRunImpl. BUG=454789 Committed: https://crrev.com/9c7eb4473688a74e0f2243a764e27323949fad36 Cr-Commit-Position: refs/heads/master@{#318806}

Patch Set 1 #

Patch Set 2 : ws fixes #

Total comments: 4

Patch Set 3 : asvitkine comments and formatting #

Patch Set 4 : wrap write of step3 in non-android #

Patch Set 5 : fix comments #

Patch Set 6 : fix xml comment #

Total comments: 9

Patch Set 7 : move step2 def to not_android only #

Patch Set 8 : all all endif comments #

Total comments: 1

Patch Set 9 : remove spaces and add comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+114 lines, -64 lines) Patch
M chrome/browser/chrome_browser_main.cc View 1 2 3 4 5 6 7 8 43 chunks +87 lines, -64 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +27 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (5 generated)
rkaplow
thestig@chromium.org: Please review changes in asvitkine@chromium.org: Please review changes in
5 years, 10 months ago (2015-02-26 20:40:47 UTC) #2
Alexei Svitkine (slow)
https://codereview.chromium.org/957353003/diff/20001/chrome/browser/chrome_browser_main.cc File chrome/browser/chrome_browser_main.cc (right): https://codereview.chromium.org/957353003/diff/20001/chrome/browser/chrome_browser_main.cc#newcode1301 chrome/browser/chrome_browser_main.cc:1301: profile_ = CreatePrimaryProfile(parameters(), Add a comment that this function ...
5 years, 10 months ago (2015-02-26 20:58:40 UTC) #3
rkaplow
https://codereview.chromium.org/957353003/diff/20001/chrome/browser/chrome_browser_main.cc File chrome/browser/chrome_browser_main.cc (right): https://codereview.chromium.org/957353003/diff/20001/chrome/browser/chrome_browser_main.cc#newcode1301 chrome/browser/chrome_browser_main.cc:1301: profile_ = CreatePrimaryProfile(parameters(), On 2015/02/26 20:58:39, Alexei Svitkine wrote: ...
5 years, 9 months ago (2015-02-28 20:09:47 UTC) #4
Alexei Svitkine (slow)
lgtm
5 years, 9 months ago (2015-03-02 16:36:19 UTC) #5
Lei Zhang
lgtm
5 years, 9 months ago (2015-03-02 20:10:09 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/957353003/40001
5 years, 9 months ago (2015-03-02 21:07:14 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_rel/builds/64653)
5 years, 9 months ago (2015-03-02 21:41:37 UTC) #10
rkaplow
I missed that end of step2 was only defined under !android, so had to put ...
5 years, 9 months ago (2015-03-02 22:08:58 UTC) #11
Alexei Svitkine (slow)
https://codereview.chromium.org/957353003/diff/100001/chrome/browser/chrome_browser_main.cc File chrome/browser/chrome_browser_main.cc (right): https://codereview.chromium.org/957353003/diff/100001/chrome/browser/chrome_browser_main.cc#newcode1165 chrome/browser/chrome_browser_main.cc:1165: #endif // OS_WIN defined() https://codereview.chromium.org/957353003/diff/100001/chrome/browser/chrome_browser_main.cc#newcode1209 chrome/browser/chrome_browser_main.cc:1209: #endif // OS_POSIX ...
5 years, 9 months ago (2015-03-02 22:11:55 UTC) #12
Lei Zhang
Oh, so many #ifdefs. It was not at all from +/- 10 lines context. So ...
5 years, 9 months ago (2015-03-02 22:22:29 UTC) #13
rkaplow
On 2015/03/02 22:22:29, Lei Zhang wrote: > Oh, so many #ifdefs. It was not at ...
5 years, 9 months ago (2015-03-02 22:33:11 UTC) #14
Alexei Svitkine (slow)
LGTM thanks for the cleanup, just one last comment (throughout), otherwise looks great! https://codereview.chromium.org/957353003/diff/140001/chrome/browser/chrome_browser_main.cc File ...
5 years, 9 months ago (2015-03-02 22:35:51 UTC) #15
Lei Zhang
On 2015/03/02 22:33:11, rkaplow wrote: > I was not planning on adding Android specific ones ...
5 years, 9 months ago (2015-03-02 22:47:27 UTC) #16
rkaplow
On 2015/03/02 22:35:51, Alexei Svitkine wrote: > LGTM thanks for the cleanup, just one last ...
5 years, 9 months ago (2015-03-02 22:50:00 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/957353003/160001
5 years, 9 months ago (2015-03-02 22:54:44 UTC) #20
commit-bot: I haz the power
Committed patchset #9 (id:160001)
5 years, 9 months ago (2015-03-02 23:56:23 UTC) #21
commit-bot: I haz the power
5 years, 9 months ago (2015-03-02 23:57:16 UTC) #22
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/9c7eb4473688a74e0f2243a764e27323949fad36
Cr-Commit-Position: refs/heads/master@{#318806}

Powered by Google App Engine
This is Rietveld 408576698