mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 09:27:31 +09:00
Remove SPS profiler.
- Conditionals and code blocks. (MOZ_ENABLE_PROFILER_SPS) - Stub out several profiler-only functions.
This commit is contained in:
parent
3fe8aff3f5
commit
1a823f5ad6
113 changed files with 12 additions and 24501 deletions
|
|
@ -42,9 +42,6 @@ class nsIWidget;
|
|||
|
||||
namespace mozilla {
|
||||
class PRemoteSpellcheckEngineParent;
|
||||
#ifdef MOZ_ENABLE_PROFILER_SPS
|
||||
class ProfileGatherer;
|
||||
#endif
|
||||
|
||||
namespace embedding {
|
||||
class PrintingParent;
|
||||
|
|
@ -1128,9 +1125,6 @@ private:
|
|||
|
||||
PProcessHangMonitorParent* mHangMonitorActor;
|
||||
|
||||
#ifdef MOZ_ENABLE_PROFILER_SPS
|
||||
RefPtr<mozilla::ProfileGatherer> mGatherer;
|
||||
#endif
|
||||
nsCString mProfile;
|
||||
|
||||
UniquePtr<gfx::DriverCrashGuard> mDriverCrashGuard;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue