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


Date: Tue, 3 May 2005 20:33:26 -0500 (CDT)
From: Mike Marty <mikem@xxxxxxxxxxx>
Subject: Re: [Gems-users] Obtaining total execution time of runs
> would the following ruby_stat results be accurate as well given that no
> other programs are running on the machine?
>
> Profiler Stats
> --------------
> Elapsed_time_in_seconds: 1172
> Elapsed_time_in_minutes: 19.5333
> Elapsed_time_in_hours: 0.325556
> Elapsed_time_in_days: 0.0135648
>


This is the simulation time of the host and not the target.  In other
words, this is _not_ the execution time of the simulated machine, but only
how long it took to simulate.

Although under tightly controlled circumstances, it may give reasonably
accurate relative speedup, I highly recommend that you do *not* use this
as a metric to judge performance differences.


[← Prev in Thread] Current Thread [Next in Thread→]