Gather timing stats for a Task when it completes.
authorSimon Marlow <simonmar@microsoft.com>
Wed, 7 Jun 2006 12:44:07 +0000 (12:44 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 7 Jun 2006 12:44:07 +0000 (12:44 +0000)
commita91cc8496bf4ea7fe1e3ad9d97836152f3939ffa
treee7b25c3ce7293d0569da142f7928fde9a9257359
parent90d88088ee8b3697ce68f7b1e07506bc4f33687d
Gather timing stats for a Task when it completes.
Previously we did this just for workers, now we do it for the main
thread and for forkOS threads too.
rts/Main.c
rts/Schedule.c
rts/Task.c
rts/Task.h
rts/posix/OSThreads.c