aboutsummaryrefslogtreecommitdiffhomepage
path: root/iothread.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-03-07 00:54:01 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-03-07 00:54:01 -0800
commited7c10f36666d6571c2399d507766e9fa3aad6c9 (patch)
treeaea65eef8946414c9816b12fcfb5909476ed3370 /iothread.cpp
parent68b93c624f51da262dc90d5566c666e59c186840 (diff)
Implemented test as a builtin (!)
Diffstat (limited to 'iothread.cpp')
-rw-r--r--iothread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/iothread.cpp b/iothread.cpp
index bcfe4943..946d3a09 100644
--- a/iothread.cpp
+++ b/iothread.cpp
@@ -208,5 +208,5 @@ void iothread_drain_all(void) {
iothread_service_completion();
}
double after = timef();
- printf("(Waited %.02f msec for %d thread(s) to drain)\n", 1000 * (after - now), thread_count);
+ //printf("(Waited %.02f msec for %d thread(s) to drain)\n", 1000 * (after - now), thread_count);
}