[cairo-commit] perf/cairo-perf.c

Carl Worth cworth at kemper.freedesktop.org
Thu Nov 2 12:27:30 PST 2006


 perf/cairo-perf.c |    1 -
 1 files changed, 1 deletion(-)

New commits:
diff-tree 5500c59b9be9f7f32e8b3d0d9b5fa775e50fbe98 (from b717e987776d60cbc37434f7c918ad438e29b1a4)
Author: Carl Worth <cworth at cworth.org>
Date:   Thu Nov 2 12:27:17 2006 -0800

    Remove typo (mean vs median)
    
    This didn't end up making a difference in practice since the
    median is assigned again later on.

diff --git a/perf/cairo-perf.c b/perf/cairo-perf.c
index 412ce82..91f8e68 100644
--- a/perf/cairo-perf.c
+++ b/perf/cairo-perf.c
@@ -142,7 +142,6 @@ _compute_stats (cairo_perf_ticks_t *valu
 	   sizeof (cairo_perf_ticks_t), compare_cairo_perf_ticks);
 
     q1	 	= values[(1*num_values)/4];
-    stats->mean = values[(2*num_values)/4];
     q3		= values[(3*num_values)/4];
 
     iqr = q3 - q1;


More information about the cairo-commit mailing list