gecko-dev/toolkit/components/telemetry/build_scripts
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
..
mozparsers Bug 1202706 - Part 1: Add telemetry histograms for worker use counters; r=chutten,bzbarsky 2019-11-27 23:22:29 +00:00
README.md
gen_event_data.py
gen_event_enum.py
gen_histogram_data.py
gen_histogram_enum.py Bug 1202706 - Part 1: Add telemetry histograms for worker use counters; r=chutten,bzbarsky 2019-11-27 23:22:29 +00:00
gen_histogram_phf.py
gen_process_data.py
gen_process_enum.py
gen_scalar_data.py Bug 1365529 Allow restricting scalar keys to a known set in Scalars.yaml r=chutten 2019-11-28 10:19:25 +00:00
gen_scalar_enum.py
setup.py

README.md

Telemetry Registries Parsers

This package exports the parsers for Mozilla's probes registries. These registry file contains the definitions for the different probes (i.e. scalars, histograms and events) that can be used to collect data.

License

Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.