+ /*
+ * Disable the wake monitor. If we are
+ * performing a large number of
+ * iterations, the wake monitor may
+ * cause this process to get suspended,
+ * thus causing a large jitter value.
+ */
+ if (proc_disable_wakemon(getpid()) != KERN_SUCCESS) {
+ printf("Couldn't disable wake monitor.\n");
+ /* For now, do not exit; this call could be locked down */
+ }
+