[CalendarServer-changes] [6095] CalendarServer/trunk/contrib/performance/io_measure.d

source_changes at macosforge.org source_changes at macosforge.org
Tue Aug 17 13:39:48 PDT 2010


Revision: 6095
          http://trac.macosforge.org/projects/calendarserver/changeset/6095
Author:   exarkun at twistedmatrix.com
Date:     2010-08-17 13:39:46 -0700 (Tue, 17 Aug 2010)
Log Message:
-----------
Perhaps this will catch cursor fetch calls for pgdb

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

Modified: CalendarServer/trunk/contrib/performance/io_measure.d
===================================================================
--- CalendarServer/trunk/contrib/performance/io_measure.d	2010-08-17 18:50:35 UTC (rev 6094)
+++ CalendarServer/trunk/contrib/performance/io_measure.d	2010-08-17 20:39:46 UTC (rev 6095)
@@ -78,3 +78,13 @@
 {
 	printf("EXECUTE RETURN %d\n\1", timestamp);
 }
+
+pid$target::pgsource_fetch:entry
+{
+	printf("ITERNEXT ENTRY %d\n\1", timestamp);
+}
+
+pid$target::pgsource_fetch:return
+{
+	printf("ITERNEXT RETURN %d\n\1", timestamp);
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100817/0d1958bb/attachment.html>


More information about the calendarserver-changes mailing list