[CalendarServer-changes] [6122] CalendarServer/trunk/contrib/performance

source_changes at macosforge.org source_changes at macosforge.org
Wed Aug 18 17:24:05 PDT 2010


Revision: 6122
          http://trac.macosforge.org/projects/calendarserver/changeset/6122
Author:   exarkun at twistedmatrix.com
Date:     2010-08-18 17:24:03 -0700 (Wed, 18 Aug 2010)
Log Message:
-----------
Move the READY notification to where it will always be enabled

Modified Paths:
--------------
    CalendarServer/trunk/contrib/performance/io_measure.d
    CalendarServer/trunk/contrib/performance/sql_measure.d

Modified: CalendarServer/trunk/contrib/performance/io_measure.d
===================================================================
--- CalendarServer/trunk/contrib/performance/io_measure.d	2010-08-18 23:35:20 UTC (rev 6121)
+++ CalendarServer/trunk/contrib/performance/io_measure.d	2010-08-19 00:24:03 UTC (rev 6122)
@@ -7,13 +7,6 @@
 
 #include "sql_measure.d"
 
-dtrace:::BEGIN
-{
-	/* Let the watcher know things are alright.
-	 */
-	printf("READY\n");
-}
-
 /*
  * Low-level I/O stuff
  */

Modified: CalendarServer/trunk/contrib/performance/sql_measure.d
===================================================================
--- CalendarServer/trunk/contrib/performance/sql_measure.d	2010-08-18 23:35:20 UTC (rev 6121)
+++ CalendarServer/trunk/contrib/performance/sql_measure.d	2010-08-19 00:24:03 UTC (rev 6122)
@@ -4,6 +4,13 @@
  */
 #pragma D option strsize=1024
 
+dtrace:::BEGIN
+{
+	/* Let the watcher know things are alright.
+	 */
+	printf("READY\n");
+}
+
 /*
  * SQLite3 stuff
  */
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100818/b0154392/attachment.html>


More information about the calendarserver-changes mailing list