[cairo] [PATCH] Use a closed interval when eliminating outliers from performance measurements

Carl Worth cworth at cworth.org
Fri Mar 2 02:00:29 PST 2007


On Wed, 28 Feb 2007 13:37:21 -0500, Jeff Muizelaar wrote:
> When choosing the samples that are not outliers we use a half-open interval
> (outlier_min <= x < outlier_max). This causes all of the samples to be
> discarded when the interquartile range is 0 because none of them are less
> than outlier_max. Fix the problem and make the test more consistent by
> using a closed interval (outliner_min <= x <= outlier_max).

Thanks for catching my mistake here.

This is pushed out now.

-Carl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/cairo/attachments/20070302/49399926/attachment.pgp


More information about the cairo mailing list