gecko-dev/tools/profiler
Nicholas Nethercote 3466173cca Bug 1337189 (part 26) - Remove Sampler.cpp. r=mstange.
Sampler's constructor and destructor are inlined into profiler_{start,stop}(),
respectively. A trivial Sampler class is left behind (now in platform.cpp)
because there are still numerous gSampler null checks, which I will remove in a
follow-up bug.

PseudoStack::flushSamplerOnShutdown() moves into platform.cpp. MAXPATHLEN is
unused and is deleted.
2017-02-09 17:09:39 +11:00
..
core Bug 1337189 (part 26) - Remove Sampler.cpp. r=mstange. 2017-02-09 17:09:39 +11:00
gecko Bug 1337189 (part 25) - Move streaming/saving code out of Sampler. r=mstange. 2017-02-09 17:04:51 +11:00
lul Bug 816598 - Add a memory reporter for the Gecko Profiler. r=mstange,jseward. 2017-01-30 12:37:26 +11:00
public Bug 1337189 (part 6b) - Move declarations of gSampler. r=mstange. 2017-02-07 17:27:54 +11:00
tasktracer Bug 1333296 (part 3) - Remove SPS mentions in tools/profiler. r=mstange. 2017-01-24 14:18:50 +11:00
tests Bug 1126576 (part 1) - Remove refcounting from PseudoStack. r=mstange. 2017-02-03 10:34:35 +11:00
merge-profiles.py Bug 1168784 - Part 1: Fix the script merging profiles to handle new profiler JSON format. r=benwa 2015-06-01 18:09:29 +08:00
moz.build Bug 1337189 (part 4) - #include platform-*.cc from platform.cpp. r=mstange. 2017-02-07 16:09:39 +11:00
nm-symbolicate.py Bug 1047391 - Use the correct nm binary in nm-symbolicate.py. r=BenWa 2014-08-07 13:23:11 +02:00