Closed
Bug 1612557
Opened 5 years ago
Closed 5 years ago
Add 'Media' category for profiler label
Categories
(Core :: Audio/Video: Playback, task, P1)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla78
People
(Reporter: alwu, Assigned: alwu)
References
(Blocks 1 open bug)
Details
Attachments
(5 files)
Now all media playback functions showed in the profiler stack would be put in Other
category. We should add a new category and different sub-category to mark different usage of functions.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Comment 4•5 years ago
|
||
Assignee | ||
Comment 5•5 years ago
|
||
Assignee | ||
Comment 6•5 years ago
|
||
Set the flag for Fx77 as well, because I'd like to uplift these patches to Fx77 in order to help us analysis profiled result from Fx77.
status-firefox77:
--- → affected
Updated•5 years ago
|
Attachment #9146369 -
Attachment description: Bug 1612557 - part1 : create a profile category for `Media`. → Bug 1612557 - part1 : create a profiling category `Media`.
Updated•5 years ago
|
Attachment #9146371 -
Attachment description: Bug 1612557 - part3 : add Graphic label in 'ImageContainer::SetCurrentImages()'. → Bug 1612557 - part3 : add Graphic label in `ImageContainer::SetCurrentImages()`.
Updated•5 years ago
|
Attachment #9146372 -
Attachment description: Bug 1612557 - part4 : use Media category for markers → Bug 1612557 - part4 : use `Media` category for markers
Assignee | ||
Comment 7•5 years ago
|
||
This patch will do :
- use
MediaSampleMarkerPayload
to replaceVideoFrameMarkerPayload
The advantage of doing so :
- after finishing a support for
MediaSampleMarkerPayload
in profiler front-end side, we can show the sample's start and end time when hovering on the marker icon.
Pushed by alwu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6e386f0eca3a
part1 : create a profiling category `Media`. r=bryce,gerald
https://hg.mozilla.org/integration/autoland/rev/495a33ed008a
part2 : create a sub-category 'Cubeb'. r=padenot
https://hg.mozilla.org/integration/autoland/rev/0bd32e4fa068
part3 : add Graphic label in `ImageContainer::SetCurrentImages()`. r=mattwoodrow
https://hg.mozilla.org/integration/autoland/rev/8883a6bee292
part4 : use `Media` category for markers r=bryce,gerald,canaltinova
https://hg.mozilla.org/integration/autoland/rev/cd62b971a4f4
part5 : use `MediaSampleMarkerPayload` in VideoSink. r=jolin
Comment 9•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/6e386f0eca3a
https://hg.mozilla.org/mozilla-central/rev/495a33ed008a
https://hg.mozilla.org/mozilla-central/rev/0bd32e4fa068
https://hg.mozilla.org/mozilla-central/rev/8883a6bee292
https://hg.mozilla.org/mozilla-central/rev/cd62b971a4f4
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
Updated•5 years ago
|
Regressions: 1640826
Assignee | ||
Updated•4 years ago
|
Blocks: media-profiler
You need to log in
before you can comment on or make changes to this bug.
Description
•