gecko-dev/dom/media/mediasink
Gerald Squelart 95f77c2409 Bug 1576819 - Use PROFILER_ADD_MARKER{,_WITH_PAYLOAD} everywhere - r=gregtatum
All calls to `profiler_add_marker()` (outside of the profilers code) are
now replaced by either:
- `PROFILER_ADD_MARKER(name, categoryPair)`
- `PROFILER_ADD_MARKER_WITH_PAYLOAD(name, categoryPair, TypeOfMarkerPayload,
                                    (payload, ..., arguments))`

This makes all calls consistent, and they won't need to prefix the category pair
with `JS::ProfilingCategoryPair::`.

Also it will make it easier to add (and later remove) internal-profiling
instrumentation (bug 1576550), and to replace heap-allocated payloads with
stack-allocated ones (bug 1576555).

Differential Revision: https://phabricator.services.mozilla.com/D43588

--HG--
extra : moz-landing-system : lando
2019-09-04 07:56:51 +00:00
..
AudioSink.cpp Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
AudioSink.h Bug 1542674 - Make Media debug info machine parsable r=padenot,smaug,jya 2019-05-27 16:15:33 +00:00
AudioSinkWrapper.cpp Bug 1542674 - Make Media debug info machine parsable r=padenot,smaug,jya 2019-05-27 16:15:33 +00:00
AudioSinkWrapper.h Bug 1542674 - Make Media debug info machine parsable r=padenot,smaug,jya 2019-05-27 16:15:33 +00:00
DecodedStream.cpp Bug 1573102 - Remove mGraph from MediaStreamTrack::MSGListener. r=karlt 2019-08-29 13:32:59 +00:00
DecodedStream.h Bug 1570900 - Remove mStreamTimeOffset and friends from DecodedStream. r=jib 2019-08-05 15:34:24 +00:00
MediaSink.h Bug 1542674 - Make Media debug info machine parsable r=padenot,smaug,jya 2019-05-27 16:15:33 +00:00
OutputStreamManager.cpp Bug 1577495 - Use a single SharedDummyStream per HTMLMediaElement. r=karlt 2019-08-29 23:11:19 +00:00
OutputStreamManager.h Bug 1577495 - Use a single SharedDummyStream per HTMLMediaElement. r=karlt 2019-08-29 23:11:19 +00:00
VideoSink.cpp Bug 1576819 - Use PROFILER_ADD_MARKER{,_WITH_PAYLOAD} everywhere - r=gregtatum 2019-09-04 07:56:51 +00:00
VideoSink.h Bug 1542674 - Make Media debug info machine parsable r=padenot,smaug,jya 2019-05-27 16:15:33 +00:00
moz.build