Re: [Gems-users] Obtaining total execution time of runs


Date: Tue, 3 May 2005 16:48:28 -0500 (CDT)
From: Mike Marty <mikem@xxxxxxxxxxx>
Subject: Re: [Gems-users] Obtaining total execution time of runs
We typically use Ruby_cycles, found in the Ruby stats file (or
ruby0.dump-stats), for our runtime metric.  Think of this as the clock in
the memory system.


> HI, i'm trying to measure the speed-ups of various simulations. Where
> would be the best place to get the total execution time.
>
> would the statistic in the end
>
> real: xxxx
> system: xxxx
> user: xxxxxx
>
> be the only place?
>
> _______________________________________________
> Gems-users mailing list
> Gems-users@xxxxxxxxxxx
> https://lists.cs.wisc.edu/mailman/listinfo/gems-users
>
[← Prev in Thread] Current Thread [Next in Thread→]