components.conf |
|
746 |
EventInfo.h |
|
1750 |
ipc |
|
|
nsITelemetry.idl |
Histogram types:
HISTOGRAM_EXPONENTIAL - buckets increase exponentially
HISTOGRAM_LINEAR - buckets increase linearly
HISTOGRAM_BOOLEAN - For storing 0/1 values
HISTOGRAM_FLAG - For storing a single value; its count is always == 1.
HISTOGRAM_COUNT - For storing counter values without bucketing.
HISTOGRAM_CATEGORICAL - For storing enumerated values by label.
|
24708 |
ScalarInfo.h |
Base scalar information, common to both "static" and dynamic scalars.
|
3363 |
Stopwatch.cpp |
Note that these values will want to be read from the
BackgroundHangAnnotator thread. Callers should take a lock
on Timers::mBHRAnnotationTimers before calling this.
|
19032 |
Stopwatch.h |
|
1501 |
Telemetry.cpp |
|
58617 |
Telemetry.h |
This implements the Telemetry system.
It allows recording into histograms as well some more specialized data
points and gives access to the data.
For documentation on how to add and use new Telemetry probes, see:
https://firefox-source-docs.mozilla.org/toolkit/components/telemetry/start/adding-a-new-probe.html
For more general information on Telemetry see:
https://wiki.mozilla.org/Telemetry
*************************************************************************** |
4880 |
TelemetryCommon.cpp |
from private window |
6412 |
TelemetryCommon.h |
Reflect the individual entries of table into JS, usually by defining
some property and value of obj. entryFunc is called for each entry.
|
6912 |
TelemetryEvent.cpp |
|
44190 |
TelemetryEvent.h |
|
2132 |
TelemetryHistogram.cpp |
|
97063 |
TelemetryHistogram.h |
Append the list of registered stores to the given set.
|
3413 |
TelemetryScalar.cpp |
|
92828 |
TelemetryScalar.h |
Append the list of registered stores to the given set.
This includes dynamic stores.
|
3693 |
TelemetryUserInteraction.cpp |
|
2825 |
TelemetryUserInteraction.h |
|
626 |
UserInteractionInfo.h |
|
1015 |