mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
Telemetry: Remove stubs and related code
This commit is contained in:
parent
10053448d6
commit
aea50f182f
134 changed files with 68 additions and 3422 deletions
|
|
@ -185,7 +185,6 @@
|
|||
#include "mozilla/AutoGlobalTimelineMarker.h"
|
||||
#include "mozilla/Likely.h"
|
||||
#include "mozilla/PoisonIOInterposer.h"
|
||||
#include "mozilla/Telemetry.h"
|
||||
#include "mozilla/ThreadLocal.h"
|
||||
|
||||
using namespace mozilla;
|
||||
|
|
@ -3488,7 +3487,6 @@ nsCycleCollector::FixGrayBits(bool aForceGC, TimeLog& aTimeLog)
|
|||
aTimeLog.Checkpoint("FixWeakMappingGrayBits");
|
||||
|
||||
bool needGC = !mJSContext->AreGCGrayBitsValid();
|
||||
// Only do a telemetry ping for non-shutdown CCs.
|
||||
if (!needGC) {
|
||||
return;
|
||||
}
|
||||
|
|
@ -3540,8 +3538,6 @@ nsCycleCollector::CleanupAfterCollection()
|
|||
printf(".\ncc: \n");
|
||||
#endif
|
||||
|
||||
timeLog.Checkpoint("CleanupAfterCollection::telemetry");
|
||||
|
||||
if (mJSContext) {
|
||||
mJSContext->FinalizeDeferredThings(mResults.mAnyManual
|
||||
? CycleCollectedJSContext::FinalizeNow
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue