From a2c5132fa9441232aa0614e3701447b832ac7fe4 Mon Sep 17 00:00:00 2001 From: "peterv%propagandism.org" Date: Fri, 23 Mar 2007 15:11:53 +0000 Subject: [PATCH] Temporarily enable cycle collection timing for debug builds to figure out tinderbox orange. Will back out after qm-xserve01 tinderbox has cycled. git-svn-id: svn://10.0.0.236/trunk@222260 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/base/nsCycleCollector.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mozilla/xpcom/base/nsCycleCollector.cpp b/mozilla/xpcom/base/nsCycleCollector.cpp index 7e200afe0fc..cf1001fd17c 100644 --- a/mozilla/xpcom/base/nsCycleCollector.cpp +++ b/mozilla/xpcom/base/nsCycleCollector.cpp @@ -142,6 +142,9 @@ #include #endif +#ifdef DEBUG +#define COLLECT_TIME_DEBUG +#endif // Various parameters of this collector can be tuned using environment // variables.