Closed Bug 1195745 Opened 9 years ago Closed 9 years ago

IMAGE_DECODE_SPEED_GIF regressed on the 13th of July

Categories

(Core :: Graphics: ImageLib, defect)

defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: rvitillo, Unassigned)

References

Details

This looks like an expected change in behavior from bug 1117607.

We used to allocate the first frame of each image on the main thread, in a way that wasn't charged to the decoder for telemetry purposes, because this telemetry value is measuring time within Decoder::Write, and the allocation of the first frame didn't happen there.

We're now always allocating all frames, including the first, on the decoder threads, and inside Decoder::Write. So IMAGE_DECODE_SPEED_GIF now includes more work than it used to.

I think we can resolve this. (Not sure what resolution status is best; I'll go with 'WORKSFORME'.)
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.