Closed
Bug 1895786
Opened 2 years ago
Closed 2 years ago
Vendor Glean SDK v60.1.0 into mozilla-central
Categories
(Toolkit :: Telemetry, task, P1)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
128 Branch
| Tracking | Status | |
|---|---|---|
| firefox128 | --- | fixed |
People
(Reporter: chutten, Assigned: chutten)
References
Details
Attachments
(1 file)
Changelog:
- Rust
- New
TimingDistributionAPI for no-allocation single-duration accumulation. (bug 1892097)
- New
- Python
- Replace use of deprecated functionality (and make installs work on Python 3.12) (#2820)
| Assignee | ||
Comment 1•2 years ago
|
||
The biggest thing for m-c is the addition of a single-duration API for
timing_distribution that was previously papered over in the FOG-specific impl
using the SDK's multi-duration API.
This ought to drop unnecessary vec![]-caused allocations for some fairly-
high-frequency calls to AccumulateRawDuration.
Pushed by chutten@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cce1550c6d6b
Vendor Glean SDK v60.1.0 r=TravisLong,supply-chain-reviewers,mach-reviewers,android-reviewers,Roger
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox128:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 128 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•