summaryrefslogtreecommitdiff
path: root/main7.c
diff options
context:
space:
mode:
Diffstat (limited to 'main7.c')
-rw-r--r--main7.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main7.c b/main7.c
index cf12e06..3f7a132 100644
--- a/main7.c
+++ b/main7.c
@@ -32,6 +32,7 @@ threadloop(void *arg)
pool = arg;
while((task = recvp(pool->subq)) != nil){
+// prof(task->fn, task->arg, 256, Proftime);
task->fn(task->arg);
incref(&pool->complete);
nbsend(pool->done, nil);