Title: [162939] trunk/Source/WTF
Revision
162939
Author
ander...@apple.com
Date
2014-01-28 09:38:49 -0800 (Tue, 28 Jan 2014)

Log Message

Actually turn stack stats back off.

* wtf/StackStats.cpp:
* wtf/StackStats.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (162938 => 162939)


--- trunk/Source/WTF/ChangeLog	2014-01-28 17:36:54 UTC (rev 162938)
+++ trunk/Source/WTF/ChangeLog	2014-01-28 17:38:49 UTC (rev 162939)
@@ -1,5 +1,12 @@
 2014-01-28  Anders Carlsson  <ander...@apple.com>
 
+        Actually turn stack stats back off.
+
+        * wtf/StackStats.cpp:
+        * wtf/StackStats.h:
+
+2014-01-28  Anders Carlsson  <ander...@apple.com>
+
         Turn stack stats back off.
 
         * wtf/StackStats.cpp:

Modified: trunk/Source/WTF/wtf/StackStats.cpp (162938 => 162939)


--- trunk/Source/WTF/wtf/StackStats.cpp	2014-01-28 17:36:54 UTC (rev 162938)
+++ trunk/Source/WTF/wtf/StackStats.cpp	2014-01-28 17:38:49 UTC (rev 162939)
@@ -36,7 +36,7 @@
 // checkpoint. By default, we only log checkpoints that establish new
 // max values.
 
-#define ENABLE_VERBOSE_STACK_STATS 0
+#define ENABLE_VERBOSE_STACK_STATS 1
 
 
 namespace WTF {

Modified: trunk/Source/WTF/wtf/StackStats.h (162938 => 162939)


--- trunk/Source/WTF/wtf/StackStats.h	2014-01-28 17:36:54 UTC (rev 162938)
+++ trunk/Source/WTF/wtf/StackStats.h	2014-01-28 17:38:49 UTC (rev 162939)
@@ -40,7 +40,7 @@
 // convenience for collecting that data. It is not meant to be enabled by
 // default on release or debug builds.
 
-#define ENABLE_STACK_STATS 1
+#define ENABLE_STACK_STATS 0
 
 
 namespace WTF {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to