Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
Edgar Chen 9bb5b96dc0 Bug 1202706 - Part 1: Add telemetry histograms for worker use counters; r=chutten,bzbarsky
This patch uses similar architecture of use counters of main thread for workers.

Which introduces the following format histograms for use counters of workers

USE_COUNTER2_*_DEDICATED_WORKER
USE_COUNTER2_*_SHARED_WORKER
USE_COUNTER2_*_SERVICE_WORKER

And add the following histograms used in conjunction with above use counter histograms

DEDICATED_WORKER_DESTROYED
SHARED_WORKER_DESTROYED
SERVICE_WORKER_DESTROYED

Differential Revision: https://phabricator.services.mozilla.com/D53221

--HG--
rename : dom/base/UseCounters.conf => dom/base/UseCountersWorker.conf
extra : moz-landing-system : lando
2019-11-27 23:22:29 +00:00
Arthur Iakab 9d31553698 Backed out 4 changesets (bug 1202706) for causing mochitest assertion failures on BindingUtils.cpp
Backed out changeset 10409e01c086 (bug 1202706)
Backed out changeset 5b8427cf16b3 (bug 1202706)
Backed out changeset b8068238928b (bug 1202706)
Backed out changeset 38419ebb5494 (bug 1202706)
2019-11-28 01:13:02 +02:00
Edgar Chen 3f1d64ce15 Bug 1202706 - Part 1: Add telemetry histograms for worker use counters; r=chutten,bzbarsky
This patch uses similar architecture of use counters of main thread for workers.

Which introduces the following format histograms for use counters of workers

USE_COUNTER2_*_DEDICATED_WORKER
USE_COUNTER2_*_SHARED_WORKER
USE_COUNTER2_*_SERVICE_WORKER

And add the following histograms used in conjunction with above use counter histograms

DEDICATED_WORKER_DESTROYED
SHARED_WORKER_DESTROYED
SERVICE_WORKER_DESTROYED

Differential Revision: https://phabricator.services.mozilla.com/D53221

--HG--
rename : dom/base/UseCounters.conf => dom/base/UseCountersWorker.conf
extra : moz-landing-system : lando
2019-11-26 17:36:44 +00:00