-
- Downloads
Bug 1193838 - Expose ProfileGatherer as an nsISupports through nsIProfiler for...
Bug 1193838 - Expose ProfileGatherer as an nsISupports through nsIProfiler for process parent actors. r=BenWa We need to let ContentParent and PluginModuleParent get a reference to the ProfileGatherer during the window of time that we're profiling so that if they start to die (the actor is starting to go away), they have a gatherer they can send their last profile data to. --HG-- extra : commitid : LkcpDsiXmp0 extra : rebase_source : d1c9e6e7640ff759cef25920e2bc17c0484544bd
Showing
- dom/ipc/ContentParent.cpp 18 additions, 4 deletionsdom/ipc/ContentParent.cpp
- dom/plugins/ipc/PluginModuleParent.cpp 58 additions, 19 deletionsdom/plugins/ipc/PluginModuleParent.cpp
- dom/plugins/ipc/PluginModuleParent.h 3 additions, 1 deletiondom/plugins/ipc/PluginModuleParent.h
- tools/profiler/core/GeckoSampler.cpp 8 additions, 0 deletionstools/profiler/core/GeckoSampler.cpp
- tools/profiler/core/GeckoSampler.h 1 addition, 0 deletionstools/profiler/core/GeckoSampler.h
- tools/profiler/core/platform.cpp 20 additions, 0 deletionstools/profiler/core/platform.cpp
- tools/profiler/gecko/nsIProfiler.idl 7 additions, 1 deletiontools/profiler/gecko/nsIProfiler.idl
- tools/profiler/gecko/nsProfiler.cpp 18 additions, 0 deletionstools/profiler/gecko/nsProfiler.cpp
- tools/profiler/public/GeckoProfilerFunc.h 3 additions, 0 deletionstools/profiler/public/GeckoProfilerFunc.h
- tools/profiler/public/GeckoProfilerImpl.h 7 additions, 0 deletionstools/profiler/public/GeckoProfilerImpl.h
Loading
Please register or sign in to comment