Closed Bug 1572665 Opened 5 years ago Closed 4 years ago

Do type conversion for samples early during recording

Categories

(Data Platform and Tools :: Glean: SDK, defect, P3)

defect

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: janerik, Unassigned)

References

Details

(Whiteboard: [telemetry:glean-rs:backlog] [geckoview:p3])

Right now the GeckoView streaming delegate gets an array of uint32_t samples and converts them all to int64_t[1].
IMO that's a bit of a waste and we could just store and send int64_t to begin with in the Telemetry core, avoiding the later conversion.

[1]: Autoland link to the commit: https://hg.mozilla.org/integration/autoland/rev/7c7e74beed99#l1.52 - Code will land soon in m-c

Whiteboard: [telemetry:glean-rs:backlog][geckoview]
Priority: -- → P3
Whiteboard: [telemetry:glean-rs:backlog][geckoview] → [telemetry:glean-rs:backlog] [geckoview:p3]
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.