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.
|
27346 |
ScalarInfo.h |
Base scalar information, common to both "static" and dynamic scalars.
|
3434 |
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.
|
26288 |
Stopwatch.h |
|
3516 |
Telemetry.cpp |
|
63067 |
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
*************************************************************************** |
15946 |
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 |
|
42882 |
TelemetryEvent.h |
|
2132 |
TelemetryHistogram.cpp |
|
101541 |
TelemetryHistogram.h |
Accumulate a sample into the named histogram.
Returns NS_OK on success.
Returns NS_ERROR_NOT_AVAILABLE if recording Telemetry is disabled.
Returns NS_ERROR_FAILURE on other errors.
|
4161 |
TelemetryScalar.cpp |
|
121899 |
TelemetryScalar.h |
Append the list of registered stores to the given set.
This includes dynamic stores.
|
4581 |
TelemetryUserInteraction.cpp |
|
2775 |
TelemetryUserInteraction.h |
|
654 |
UserInteractionInfo.h |
|
1015 |