On Mon, Aug 24, 2009 at 2:31 PM, Joel Reymont<joe...@gmail.com> wrote:
> Here's the full output:
>
> http://pastie.org/593398
>
> You can see that the total should be way higher than 0.81s by eyeballing the
> output.
>
> The total should be between 3 and 4 seconds.
>

You're printing the values incorrectly.  Here's the hint:

---> 0.28538s
---> 0.190297s
---> 0.289448s
---> 0.289448s
---> 0.405153s

If these were ascending, you wouldn't see the .28538 first.  You're
missing leading zeros on the fractional part of the number.

I summed the per-library values using this assumption, and they add up
correctly to 818968, which matches the final value for
@initint/@initfrac:

---> 0.818968s

Chad
_______________________________________________
dtrace-discuss mailing list
dtrace-discuss@opensolaris.org

Reply via email to