Implemented test as a builtin (!)

This commit is contained in:
ridiculousfish
2012-03-07 00:54:01 -08:00
parent 68b93c624f
commit ed7c10f366
8 changed files with 713 additions and 10 deletions

View File

@@ -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);
}