summaryrefslogtreecommitdiff
path: root/perf/cairo-perf.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2008-10-16 11:56:19 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2008-10-19 09:36:53 +0100
commitf2ff7944264c23cbec856be3e85f240a93184f80 (patch)
tree0c14c7d36b71bcb92bf244b6eede1eec5b4aa4ea /perf/cairo-perf.c
parent41c8eefc6d432ab213f6f405c3d6346adb7f7931 (diff)
downloadcairo-f2ff7944264c23cbec856be3e85f240a93184f80.tar.gz
[perf] A crude tool to visualise performance changes across a series.
Generate a cairo-perf-diff graph for a series of commits in order to be able to identify significant commits. Still very crude, but minimally functional.
Diffstat (limited to 'perf/cairo-perf.c')
-rw-r--r--perf/cairo-perf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/perf/cairo-perf.c b/perf/cairo-perf.c
index 68e145bbd..613d15cf9 100644
--- a/perf/cairo-perf.c
+++ b/perf/cairo-perf.c
@@ -29,6 +29,7 @@
#define _GNU_SOURCE 1 /* for sched_getaffinity() */
#include "cairo-perf.h"
+#include "cairo-stats.h"
#include "cairo-boilerplate-getopt.h"