[Avrora] Re: Output of trip-time monitors
Benjamin Titzer
titzer at CS.UCLA.EDU
Wed Aug 24 09:44:50 PDT 2005
> Hi,
> I am using the trip-time monitors to profile the execution time of
> a block of code. Is the default output in number of clock cycles ?
>
> bash-3.00$ avrora -platform=mica2 -monitors=trip-time -pairs=0x2f8:0x34e
> -seconds=20 checksum.od
> =={ Monitors for node
> 0}=====================================================
> start end count avg std max min
> ------------------------------------------------------------------------------
> 0x02F8 0x034E 231121 623.0 0.0 623.0 623.0
>
Yes, the numbers "avg", "max" and "min" are in clock cycles. The "count"
is the number of trips between A and B, and "std" is the standard
deviation.
-B
More information about the Avrora
mailing list