diff options
Diffstat (limited to 'rts/sm/GCThread.h')
-rw-r--r-- | rts/sm/GCThread.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rts/sm/GCThread.h b/rts/sm/GCThread.h index e42a3a1239..b4f325631f 100644 --- a/rts/sm/GCThread.h +++ b/rts/sm/GCThread.h @@ -181,9 +181,9 @@ typedef struct gc_thread_ { lnat no_work; lnat scav_find_work; - Ticks gc_start_cpu; // process CPU time - Ticks gc_start_elapsed; // process elapsed time - Ticks gc_start_thread_cpu; // thread CPU time + Time gc_start_cpu; // process CPU time + Time gc_start_elapsed; // process elapsed time + Time gc_start_thread_cpu; // thread CPU time lnat gc_start_faults; // ------------------- |