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


Date: Tue, 3 May 2005 21:27:35 -0400 (EDT)
From: "Siddharth Rajiv Inamdar" <sri3@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

thanks
sid



> 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
>>
> _______________________________________________
> Gems-users mailing list
> Gems-users@xxxxxxxxxxx
> https://lists.cs.wisc.edu/mailman/listinfo/gems-users
>


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