summaryrefslogtreecommitdiff
path: root/perf/cairo-perf.h
diff options
context:
space:
mode:
Diffstat (limited to 'perf/cairo-perf.h')
-rw-r--r--perf/cairo-perf.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/perf/cairo-perf.h b/perf/cairo-perf.h
index feab74be3..4e898acd7 100644
--- a/perf/cairo-perf.h
+++ b/perf/cairo-perf.h
@@ -38,8 +38,17 @@ typedef struct _cairo_stats {
double ticks_per_ms;
double std_dev;
int iterations;
+ cairo_time_t *values;
} cairo_stats_t;
+typedef struct _cairo_histogram {
+ int width, height, max_count;
+ int num_columns, num_rows;
+ cairo_time_t min_value, max_value;
+ int *columns;
+} cairo_histogram_t;
+
+
/* timers */
void