gecko-dev/tools/profiler
Nicholas Nethercote d79729cfc6 Bug 1359717 - Remove unnecessary SetIsPaused() calls. r=mstange.
We pause/unpause the profiler before/after some streaming operations. But these
pause/unpause pairs occur with gPSMutex locked, and ActivePS::IsPaused() also
requires that gPSMutex be locked. Therefore these pause/unpause pairs cannot
be observed, and so this patch removes them.
2017-04-27 15:57:35 +10:00
..
core Bug 1359717 - Remove unnecessary SetIsPaused() calls. r=mstange. 2017-04-27 15:57:35 +10:00
gecko Bug 1123754 (part 1) - Rename ProfilerMarkers.{h,cpp} as ProfilerMarkerPayload.{h,cpp}. r=mstange. 2017-04-27 07:36:19 +10:00
lul Bug 1357777 - LUL on x86_64-linux: recover frames by following the frame pointer chain. r=froydnj,jandem. 2017-04-25 08:14:23 +02:00
public Bug 1123754 (part 2) - Move ProfilerMarker into ProfilerMarker.h. r=mstange. 2017-04-27 07:36:22 +10:00
tasktracer Bug 1323076 - Part 1: TaskTracer with only flag checking overhead. r=cervantes 2017-03-22 21:43:00 +01:00
tests Bug 1123754 (part 1) - Rename ProfilerMarkers.{h,cpp} as ProfilerMarkerPayload.{h,cpp}. r=mstange. 2017-04-27 07:36:19 +10:00
merge-profiles.py
moz.build Bug 1123754 (part 2) - Move ProfilerMarker into ProfilerMarker.h. r=mstange. 2017-04-27 07:36:22 +10:00
nm-symbolicate.py