gecko-dev/mozglue/baseprofiler
Gerald Squelart 5d6dbb3289 Bug 1571392 - Make BlocksRingBuffer::EntryWriter move-only - r=gregtatum
It makes little sense to copy a writer (also an output iterator).

We're keeping it move-constructible (so it can be passed around for construction
purposes), but not move-assignable to help make more members `const`.

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

--HG--
extra : moz-landing-system : lando
2019-08-07 01:54:45 +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 1492121 - Enclosing BaseProfiler in namespace mozilla::baseprofiler - r=njn 2019-06-06 06:20:03 +00:00
public Bug 1571392 - Make BlocksRingBuffer::EntryWriter move-only - r=gregtatum 2019-08-07 01:54:45 +00:00
moz.build Bug 1569458 - Unify Base Profiler mutexes into one class - r=gregtatum 2019-07-30 12:19:54 +00:00