зеркало из https://github.com/mozilla/gecko-dev.git
9bb5b96dc0
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 |
||
---|---|---|
.. | ||
mozparsers | ||
README.md | ||
gen_event_data.py | ||
gen_event_enum.py | ||
gen_histogram_data.py | ||
gen_histogram_enum.py | ||
gen_histogram_phf.py | ||
gen_process_data.py | ||
gen_process_enum.py | ||
gen_scalar_data.py | ||
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/.