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

Log Message

Turn stack stats back off.

* wtf/StackStats.cpp:

Modified Paths

Diff

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


--- trunk/Source/WTF/ChangeLog	2014-01-28 17:28:44 UTC (rev 162937)
+++ trunk/Source/WTF/ChangeLog	2014-01-28 17:36:54 UTC (rev 162938)
@@ -1,5 +1,11 @@
 2014-01-28  Anders Carlsson  <ander...@apple.com>
 
+        Turn stack stats back off.
+
+        * wtf/StackStats.cpp:
+
+2014-01-28  Anders Carlsson  <ander...@apple.com>
+
         Use std::mutex instead of WTF::Mutex in WTF
         https://bugs.webkit.org/show_bug.cgi?id=127783
 

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


--- trunk/Source/WTF/wtf/StackStats.cpp	2014-01-28 17:28:44 UTC (rev 162937)
+++ trunk/Source/WTF/wtf/StackStats.cpp	2014-01-28 17:36:54 UTC (rev 162938)
@@ -36,7 +36,7 @@
 // checkpoint. By default, we only log checkpoints that establish new
 // max values.
 
-#define ENABLE_VERBOSE_STACK_STATS 1
+#define ENABLE_VERBOSE_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