Shade untraversed and unscanned regions differently on timeline
Categories
(Core Graveyard :: Web Replay, enhancement)
Tracking
(firefox74 fixed)
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: bhackett1024, Assigned: bhackett1024)
References
Details
Attachments
(1 file)
When new data is added to a recording, we have to go through a couple steps before we can search for breakpoint hits and so forth in that region. There is one process (the trunk) that runs through the recording and forks off other ones (branches) to sit idle at various points in the recording. These branches are then used to fork off other children that scan each part of the recording.
Currently we show regions of the recording on the timeline which haven't been scanned, but for tuning it will be useful I think to use a darker shade for regions of the recording that haven't been traversed by the trunk child. The attached patch makes this change, along with a fair bit of cleanup to reorganize the code that manages all this status information that is sent up to the client for updating the timeline.
Assignee | ||
Comment 1•5 years ago
|
||
Comment 3•5 years ago
|
||
bugherder |
Updated•5 years ago
|
Description
•