gecko-dev/mozglue/baseprofiler
Gerald Squelart 11b3a5f66e Bug 1574143 - Make BlocksRingBuffer::EntryWriter RAII - r=gregtatum
EntryWriter doesn't even need to be moveable, as BlocksRingBuffer can just
create one on the stack, and pass it by reference to callbacks.
This removes risks, and potential data copies.

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

--HG--
extra : moz-landing-system : lando
2019-08-16 04:02:18 +00:00
..
core Bug 1521929 - Remove RSS and USS measurements from the profiler; r=gerald,mixedpuppy 2019-08-05 15:37:18 +00:00
lul Bug 1572613 - Use frame pointer based stack walker even if Android/x86 and Android/x86-64. r=jseward 2019-08-13 07:34:29 +00:00
public Bug 1574143 - Make BlocksRingBuffer::EntryWriter RAII - r=gregtatum 2019-08-16 04:02:18 +00:00
moz.build Bug 1569458 - Unify Base Profiler mutexes into one class - r=gregtatum 2019-07-30 12:19:54 +00:00