X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FStats.c;h=ec8d5838fbc7a0132e12e95bf1fef3afcd62fff7;hb=73566e25d75588185b0581722406da5c48965c51;hp=f0f61b25b472cd98d4a6a1d8e244d6dad10476f9;hpb=bd78c23d9f195c2b62b7788f8506ac54d07772e0;p=ghc-hetmet.git diff --git a/rts/Stats.c b/rts/Stats.c index f0f61b2..ec8d583 100644 --- a/rts/Stats.c +++ b/rts/Stats.c @@ -75,6 +75,11 @@ Ticks stat_getElapsedGCTime(void) return GCe_tot_time; } +Ticks stat_getElapsedTime(void) +{ + return getProcessElapsedTime() - ElapsedTimeStart; +} + /* mut_user_time_during_GC() and mut_user_time() * * The former function can be used to get the current mutator time