Closed
Bug 1488406
Opened 8 years ago
Closed 7 years ago
Allow finish() to measure in seconds n addition to ms
Categories
(Toolkit :: Telemetry, enhancement, P2)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
mozilla64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: miker, Assigned: miker)
References
Details
Attachments
(1 file)
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.
| Assignee | ||
Updated•8 years ago
|
Summary: Consider suppressing Environment changes when the values in the Environment don't change → Allow finish() to measure in seconds n addition to ms
| Assignee | ||
Comment 1•8 years ago
|
||
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.
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → mratcliffe
Status: NEW → ASSIGNED
Comment 2•8 years ago
|
||
I can review this, i'd just like to settle the conversation in bug 1488363 first so i understand the needs here better.
Blocks: 1488363
| Assignee | ||
Updated•7 years ago
|
Attachment #9006238 -
Flags: review?(gfritzsche)
| Assignee | ||
Comment 3•7 years ago
|
||
Comment 4•7 years ago
|
||
Mike, can you move the review here to janerik (jrediger)?
Flags: needinfo?(mratcliffe)
| Assignee | ||
Updated•7 years ago
|
Flags: needinfo?(mratcliffe)
Attachment #9006238 -
Flags: review?(gfritzsche) → review?(jrediger)
| Assignee | ||
Comment 5•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
Attachment #9006238 -
Flags: review?(jrediger) → review+
| Assignee | ||
Updated•7 years ago
|
Attachment #9006238 -
Flags: review+
Pushed by mratcliffe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cd094f46a5eb
Allow finish() to measure in seconds n addition to ms r=janerik
Comment 7•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•