Closed Bug 852452 Opened 11 years ago Closed 11 years ago

[SessionStore] Measure how long we block the main thread just for writing session data

Categories

(Firefox :: Session Restore, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
Firefox 22

People

(Reporter: Yoric, Assigned: Yoric)

Details

(Keywords: perf)

Attachments

(1 file)

At the moment, writing the session data entails the following steps:
- encode it to a Typed Array (possibly very slow);
- ship the Typed Array to the worker thread (normally, very fast).

We may want to optimize this, so we should measure this duration first.
Assignee: nobody → dteller
Attachment #726532 - Flags: review?(ttaubert)
Attachment #726532 - Flags: review?(ttaubert) → review+
https://hg.mozilla.org/mozilla-central/rev/cdcaaf834d1d
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 22
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: