X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rts%2FTask.h;h=424af607eab8298dd4db63289b2213772f046045;hp=38e4763b5a350d8533b42a13133e4869c4abbc60;hb=cf5905ea24904cf73a041fd7535e8723a668cb9a;hpb=83d563cb9ede0ba792836e529b1e2929db926355 diff --git a/rts/Task.h b/rts/Task.h index 38e4763..424af60 100644 --- a/rts/Task.h +++ b/rts/Task.h @@ -207,6 +207,9 @@ void workerTaskStop (Task *task); // void taskTimeStamp (Task *task); +// The current Task has finished a GC, record the amount of time spent. +void taskDoneGC (Task *task, Ticks cpu_time, Ticks elapsed_time); + // Put the task back on the free list, mark it stopped. Used by // forkProcess(). //