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

Issue 524553002: ServiceWorker: UMA histogram to track the size of Service Worker scripts (Closed)

Created:
6 years, 3 months ago by Kunihiko Sakamoto
Modified:
6 years, 3 months ago
CC:
blink-reviews, marja
Project:
blink
Visibility:
Public.

Description

ServiceWorker: UMA histogram to track the size of Service Worker scripts This adds ServiceWorker.ScriptSize histogram that records the length of Service Worker scripts. BUG=408451 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181289

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -0 lines) Patch
M Source/web/WebEmbeddedWorkerImpl.cpp View 1 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (4 generated)
Kunihiko Sakamoto
6 years, 3 months ago (2014-09-01 05:49:44 UTC) #2
kenjibaheux
On 2014/09/01 05:49:44, Kunihiko Sakamoto wrote: Marja: We are adding UMA to inform what we ...
6 years, 3 months ago (2014-09-01 07:48:58 UTC) #3
marja
lgtm Routing some "offline" discussion here: While we stream, we only parse the script, so ...
6 years, 3 months ago (2014-09-01 07:57:17 UTC) #5
nhiroki
LGTM
6 years, 3 months ago (2014-09-01 08:18:24 UTC) #6
horo
lgtm Please create chromium side patch to update tools/metrics/histograms/histograms.xml.
6 years, 3 months ago (2014-09-01 08:29:05 UTC) #7
Kunihiko Sakamoto
On 2014/09/01 08:29:05, horo wrote: > Please create chromium side patch to update > tools/metrics/histograms/histograms.xml. ...
6 years, 3 months ago (2014-09-01 08:37:31 UTC) #8
Kunihiko Sakamoto
jochen@, could you do owner's review?
6 years, 3 months ago (2014-09-02 01:16:18 UTC) #10
jochen (gone - plz use gerrit)
https://codereview.chromium.org/524553002/diff/1/Source/web/WebEmbeddedWorkerImpl.cpp File Source/web/WebEmbeddedWorkerImpl.cpp (right): https://codereview.chromium.org/524553002/diff/1/Source/web/WebEmbeddedWorkerImpl.cpp#newcode366 Source/web/WebEmbeddedWorkerImpl.cpp:366: Platform::current()->histogramCustomCounts("ServiceWorker.ScriptSizeInKB", m_mainScriptLoader->script().length() / 1024, 0, 10 * 1024, 50); ...
6 years, 3 months ago (2014-09-02 07:59:07 UTC) #11
Kunihiko Sakamoto
https://codereview.chromium.org/524553002/diff/1/Source/web/WebEmbeddedWorkerImpl.cpp File Source/web/WebEmbeddedWorkerImpl.cpp (right): https://codereview.chromium.org/524553002/diff/1/Source/web/WebEmbeddedWorkerImpl.cpp#newcode366 Source/web/WebEmbeddedWorkerImpl.cpp:366: Platform::current()->histogramCustomCounts("ServiceWorker.ScriptSizeInKB", m_mainScriptLoader->script().length() / 1024, 0, 10 * 1024, 50); ...
6 years, 3 months ago (2014-09-02 08:51:48 UTC) #12
jochen (gone - plz use gerrit)
lgtm
6 years, 3 months ago (2014-09-02 08:55:28 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ksakamoto@chromium.org/524553002/40001
6 years, 3 months ago (2014-09-03 00:31:59 UTC) #15
commit-bot: I haz the power
6 years, 3 months ago (2014-09-03 07:01:23 UTC) #16
Message was sent while issue was closed.
Committed patchset #2 (id:40001) as 181289

Powered by Google App Engine
This is Rietveld 408576698