X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FStats.c;h=ec8d5838fbc7a0132e12e95bf1fef3afcd62fff7;hb=b1953bbb1ed3cb16497e5447db7487f0c2d9e41a;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