Closed
Bug 1635713
Opened 5 years ago
Closed 5 years ago
Add explicit Histogram::SampleSet::Clone method
Categories
(Toolkit :: Telemetry, task, P1)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: sg, Assigned: chutten)
References
Details
Attachments
(1 file)
Rather than relying on implicit copyability, there should be an explicit Histogram::SampleSet::Clone
method. Histogram::Counts
can be changed to nsTArray
then.
Comment 1•5 years ago
|
||
Histogram
was part of the original Chromium IPC import, but its only user is Telemetry, so it's effectively Telemetry code and I'm going to hand this to them.
Component: IPC → Telemetry
Product: Core → Toolkit
Assignee | ||
Comment 2•5 years ago
|
||
This also removes a copy during clear operations, which is nice I guess.
Updated•5 years ago
|
Assignee: nobody → chutten
Status: NEW → ASSIGNED
Assignee | ||
Updated•5 years ago
|
Severity: -- → N/A
Points: --- → 1
Priority: -- → P1
Pushed by chutten@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2cfe7cda1426
Be explicit about SampleSet copies r=janerik
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•