gecko-dev/toolkit/components/telemetry/build_scripts
Chris H-C 2f12fb7b34 bug 1505060 - Support multistore for dynamic scalars r=janerik
The storage approach for dynamic scalars uses nsAtom to ensure we don't
repeatedly store the same string over and over.

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

--HG--
extra : moz-landing-system : lando
2018-11-27 17:48:46 +00:00
..
mozparsers Bug 1477433 - Enable use-counters on release channel (r=chutten) 2018-11-15 08:39:13 +00:00
README.md Bug 1282098 - Pull probe parsers out of m-c and into a separate package. r=chutten 2018-09-10 14:19:08 +00:00
gen_event_data.py bug 1507175 - Don't expire dynamic builtin scalars this way. r=janerik 2018-11-14 17:12:16 +00:00
gen_event_enum.py Bug 1490227 - Rename python_mozparsers to mozparsers. r=janerik 2018-10-08 09:23:56 +00:00
gen_histogram_data.py Bug 1498164 - Generate stores for histograms r=chutten 2018-11-07 12:35:30 +00:00
gen_histogram_enum.py Bug 1490227 - Rename python_mozparsers to mozparsers. r=janerik 2018-10-08 09:23:56 +00:00
gen_histogram_phf.py Bug 1500927 - Add copy-free jsstring support to perfecthash.py, r=bzbarsky 2018-10-24 20:11:01 -04:00
gen_process_data.py Bug 1490227 - Rename python_mozparsers to mozparsers. r=janerik 2018-10-08 09:23:56 +00:00
gen_process_enum.py Bug 1490227 - Rename python_mozparsers to mozparsers. r=janerik 2018-10-08 09:23:56 +00:00
gen_scalar_data.py bug 1505060 - Support multistore for dynamic scalars r=janerik 2018-11-27 17:48:46 +00:00
gen_scalar_enum.py Bug 1490227 - Rename python_mozparsers to mozparsers. r=janerik 2018-10-08 09:23:56 +00:00
setup.py Bug 1490227 - Rename python_mozparsers to mozparsers. r=janerik 2018-10-08 09:23:56 +00:00

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/.