gecko-dev/toolkit/components/telemetry/app
Michael Ratcliffe 5000a5eeab Bug 1488406 - Allow finish() to measure in seconds n addition to ms r=janerik
gfritzsche asked me to use this method to add compatibility to measure the time in seconds.

At the moment we are forced to clone `devtools/client/shared/TelemetryStopwatch.jsm` so that we can get it working the way we need.

The problem is that it measure time in ms when using start() finish() etc. and that creates too many entries in our charts and makes them next to impossible to read.

It would be much better if we could measure the time in seconds instead.

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

--HG--
extra : moz-landing-system : lando
2018-10-09 08:59:42 +00:00
..
TelemetryArchive.jsm Bug 1484611 - Re-organize the telemetry module layout. r=chutten,janerik on a CLOSED TREE 2018-09-04 16:54:54 +03:00
TelemetryController.jsm Bug 1489520 - Fix canary client ID on startup when Telemetry upload is enabled r=chutten 2018-09-17 13:37:16 +00:00
TelemetryEnvironment.jsm Bug 1491394 - Update callsites to use new mozILocaleService API. r=jfkthame 2018-09-21 15:30:37 +00:00
TelemetryReportingPolicy.jsm Bug 1492396 - Remove try/catch around BrowserWindowTracker.getTopWindow call. r=gfritzsche 2018-09-19 11:11:02 +02:00
TelemetrySend.jsm Bug 1484611 - Re-organize the telemetry module layout. r=chutten,janerik on a CLOSED TREE 2018-09-04 16:54:54 +03:00
TelemetryStopwatch.jsm Bug 1488406 - Allow finish() to measure in seconds n addition to ms r=janerik 2018-10-09 08:59:42 +00:00
TelemetryStorage.jsm Bug 1484611 - Re-organize the telemetry module layout. r=chutten,janerik on a CLOSED TREE 2018-09-04 16:54:54 +03:00
TelemetryTimestamps.jsm Bug 1484611 - Re-organize the telemetry module layout. r=chutten,janerik on a CLOSED TREE 2018-09-04 16:54:54 +03:00
TelemetryUtils.jsm Bug 1484611 - Re-organize the telemetry module layout. r=chutten,janerik on a CLOSED TREE 2018-09-04 16:54:54 +03:00