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

Issue 1852633002: Add UMA stats for time in paint+layout, compositing, paint invalidation and paint. (Closed)

Created:
4 years, 8 months ago by chrishtr
Modified:
4 years, 8 months ago
CC:
asvitkine+watch_chromium.org, blink-reviews, blink-reviews-layout_chromium.org, chromium-reviews, eae+blinkwatch, jchaffraix+rendering, leviw+renderwatch, pdr+renderingwatchlist_chromium.org, szager+layoutwatch_chromium.org, zoltan1
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add UMA stats for time in paint+layout, compositing, paint invalidation and paint. BUG=599905 Committed: https://crrev.com/19527e9d324c69604169e40c632a636a180ca58c Cr-Commit-Position: refs/heads/master@{#384666}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Total comments: 10

Patch Set 9 : #

Patch Set 10 : #

Patch Set 11 : #

Patch Set 12 : #

Total comments: 4

Patch Set 13 : #

Patch Set 14 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+150 lines, -4 lines) Patch
M third_party/WebKit/Source/core/frame/FrameView.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/frame/FrameView.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 6 chunks +16 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +7 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/Histogram.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +32 lines, -1 line 0 comments Download
A third_party/WebKit/Source/platform/HistogramTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +62 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/blink_platform.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +26 lines, -0 lines 0 comments Download

Messages

Total messages: 31 (14 generated)
chrishtr
4 years, 8 months ago (2016-03-31 23:47:07 UTC) #3
Xianzhu
core/ lgtm
4 years, 8 months ago (2016-03-31 23:58:57 UTC) #5
pdr.
(driveby) this looks pretty good to me too. https://codereview.chromium.org/1852633002/diff/140001/third_party/WebKit/Source/platform/Histogram.h File third_party/WebKit/Source/platform/Histogram.h (right): https://codereview.chromium.org/1852633002/diff/140001/third_party/WebKit/Source/platform/Histogram.h#newcode49 third_party/WebKit/Source/platform/Histogram.h:49: : ...
4 years, 8 months ago (2016-04-01 00:03:16 UTC) #7
eae
LGTM
4 years, 8 months ago (2016-04-01 00:06:15 UTC) #8
wkorman
https://codereview.chromium.org/1852633002/diff/140001/third_party/WebKit/Source/platform/Histogram.h File third_party/WebKit/Source/platform/Histogram.h (right): https://codereview.chromium.org/1852633002/diff/140001/third_party/WebKit/Source/platform/Histogram.h#newcode68 third_party/WebKit/Source/platform/Histogram.h:68: // This macro records all times between 0us and ...
4 years, 8 months ago (2016-04-01 00:15:30 UTC) #10
chrishtr
https://codereview.chromium.org/1852633002/diff/140001/third_party/WebKit/Source/platform/Histogram.h File third_party/WebKit/Source/platform/Histogram.h (right): https://codereview.chromium.org/1852633002/diff/140001/third_party/WebKit/Source/platform/Histogram.h#newcode68 third_party/WebKit/Source/platform/Histogram.h:68: // This macro records all times between 0us and ...
4 years, 8 months ago (2016-04-01 00:29:40 UTC) #11
Alexei Svitkine (slow)
https://codereview.chromium.org/1852633002/diff/140001/third_party/WebKit/Source/platform/Histogram.h File third_party/WebKit/Source/platform/Histogram.h (right): https://codereview.chromium.org/1852633002/diff/140001/third_party/WebKit/Source/platform/Histogram.h#newcode68 third_party/WebKit/Source/platform/Histogram.h:68: // This macro records all times between 0us and ...
4 years, 8 months ago (2016-04-01 15:26:12 UTC) #12
chrishtr
https://codereview.chromium.org/1852633002/diff/140001/third_party/WebKit/Source/platform/Histogram.h File third_party/WebKit/Source/platform/Histogram.h (right): https://codereview.chromium.org/1852633002/diff/140001/third_party/WebKit/Source/platform/Histogram.h#newcode49 third_party/WebKit/Source/platform/Histogram.h:49: : m_startTime(WTF::monotonicallyIncreasingTime()), On 2016/04/01 at 00:03:16, pdr wrote: > ...
4 years, 8 months ago (2016-04-01 16:33:42 UTC) #13
Alexei Svitkine (slow)
lgtm % comments Should this be associated with a BUG= somewhere? https://codereview.chromium.org/1852633002/diff/220001/third_party/WebKit/Source/platform/Histogram.h File third_party/WebKit/Source/platform/Histogram.h (right): ...
4 years, 8 months ago (2016-04-01 16:39:04 UTC) #14
chrishtr
https://codereview.chromium.org/1852633002/diff/220001/third_party/WebKit/Source/platform/Histogram.h File third_party/WebKit/Source/platform/Histogram.h (right): https://codereview.chromium.org/1852633002/diff/220001/third_party/WebKit/Source/platform/Histogram.h#newcode50 third_party/WebKit/Source/platform/Histogram.h:50: : m_startTime(WTF::monotonicallyIncreasingTime() * base::Time::kMicrosecondsPerSecond), On 2016/04/01 at 16:39:04, Alexei ...
4 years, 8 months ago (2016-04-01 16:43:44 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1852633002/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1852633002/240001
4 years, 8 months ago (2016-04-01 16:44:12 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_android on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/cast_shell_android/builds/43848) chromeos_daisy_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, ...
4 years, 8 months ago (2016-04-01 16:55:15 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1852633002/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1852633002/260001
4 years, 8 months ago (2016-04-01 17:09:03 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/198057)
4 years, 8 months ago (2016-04-01 18:31:21 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1852633002/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1852633002/260001
4 years, 8 months ago (2016-04-01 18:32:43 UTC) #28
commit-bot: I haz the power
Committed patchset #14 (id:260001)
4 years, 8 months ago (2016-04-01 19:54:49 UTC) #29
commit-bot: I haz the power
4 years, 8 months ago (2016-04-01 19:56:09 UTC) #31
Message was sent while issue was closed.
Patchset 14 (id:??) landed as
https://crrev.com/19527e9d324c69604169e40c632a636a180ca58c
Cr-Commit-Position: refs/heads/master@{#384666}

Powered by Google App Engine
This is Rietveld 408576698