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

Issue 1131493005: Add UMA histogram DomDistiller.Time.DistillPage (Closed)

Created:
5 years, 7 months ago by wychen
Modified:
5 years, 7 months ago
Reviewers:
cjhopman, Mark P, mpearson
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 UMA histogram DomDistiller.Time.DistillPage This measures time spent in DistillPageImpl(), which is mostly ExecuteJavaScript(). This includes JavaScript compilation and execution. We already have DomDistiller.Time.DistillationTotal, but it is measured within JavaScript. Committed: https://crrev.com/9a2dbf2bd195dff3f420084a6fab3277ca6c9158 Cr-Commit-Position: refs/heads/master@{#329472}

Patch Set 1 #

Total comments: 1

Patch Set 2 : fix naming #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -0 lines) Patch
M components/dom_distiller/core/distiller_page.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/dom_distiller/core/distiller_page.cc View 1 3 chunks +8 lines, -0 lines 2 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (9 generated)
wychen
PTAL
5 years, 7 months ago (2015-05-07 23:17:31 UTC) #2
cjhopman
lgtm https://codereview.chromium.org/1131493005/diff/1/components/dom_distiller/core/distiller_page.h File components/dom_distiller/core/distiller_page.h (right): https://codereview.chromium.org/1131493005/diff/1/components/dom_distiller/core/distiller_page.h#newcode69 components/dom_distiller/core/distiller_page.h:69: base::TimeTicks distillation_start; nit: should end with an underscore
5 years, 7 months ago (2015-05-08 01:31:40 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1131493005/20001
5 years, 7 months ago (2015-05-08 22:54:23 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.linux (JOB_TIMED_OUT, no build URL) android_chromium_gn_compile_rel on ...
5 years, 7 months ago (2015-05-09 03:29:33 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1131493005/20001
5 years, 7 months ago (2015-05-09 13:36:18 UTC) #10
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_TIMED_OUT, no build URL)
5 years, 7 months ago (2015-05-09 17:40:40 UTC) #12
wychen
+mpearson for histograms.xml owner review.
5 years, 7 months ago (2015-05-11 17:40:36 UTC) #14
Mark P
histograms.xml lgtm https://codereview.chromium.org/1131493005/diff/20001/components/dom_distiller/core/distiller_page.cc File components/dom_distiller/core/distiller_page.cc (right): https://codereview.chromium.org/1131493005/diff/20001/components/dom_distiller/core/distiller_page.cc#newcode117 components/dom_distiller/core/distiller_page.cc:117: VLOG(1) << "DomDistiller.Time.DistillPage = " << distillation_time; ...
5 years, 7 months ago (2015-05-11 18:27:11 UTC) #16
wychen
https://codereview.chromium.org/1131493005/diff/20001/components/dom_distiller/core/distiller_page.cc File components/dom_distiller/core/distiller_page.cc (right): https://codereview.chromium.org/1131493005/diff/20001/components/dom_distiller/core/distiller_page.cc#newcode117 components/dom_distiller/core/distiller_page.cc:117: VLOG(1) << "DomDistiller.Time.DistillPage = " << distillation_time; On 2015/05/11 ...
5 years, 7 months ago (2015-05-11 20:42:50 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1131493005/20001
5 years, 7 months ago (2015-05-12 19:16:35 UTC) #19
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 7 months ago (2015-05-12 20:14:54 UTC) #20
commit-bot: I haz the power
5 years, 7 months ago (2015-05-12 20:15:40 UTC) #21
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/9a2dbf2bd195dff3f420084a6fab3277ca6c9158
Cr-Commit-Position: refs/heads/master@{#329472}

Powered by Google App Engine
This is Rietveld 408576698