Closed
Bug 1619274
Opened 5 years ago
Closed 4 years ago
Fix timing function name in timing distribution documentation
Categories
(Data Platform and Tools :: Glean: SDK, defect, P1)
Data Platform and Tools
Glean: SDK
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: brizental, Assigned: brizental)
Details
The current documentation stated that Android uses a function called SystemClock.getElapsedNanos
. That is incorrect, the name of the function is actually SystemClock.elapsedRealtimeNanos
.
The documentation: https://mozilla.github.io/glean/book/user/metrics/timing_distribution.html?highlight=timing,distribu#limits
Where we call the function: https://searchfox.org/glean/source/glean-core/android/src/main/java/mozilla/telemetry/glean/private/TimingDistributionMetricType.kt#63
Assignee | ||
Updated•5 years ago
|
Whiteboard: [telemetry:glean-rs:m?] → [telemetry:glean-rs:m?][docdays]
Updated•5 years ago
|
Assignee: nobody → brizental
Priority: P3 → P1
Whiteboard: [telemetry:glean-rs:m?][docdays]
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•