summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorBryce W. Harrington <b.harrington@samsung.com>2013-07-09 21:23:52 +0000
committerUli Schlachter <psychon@znc.in>2013-08-11 16:33:43 +0200
commit4e133af60c1af42307724eb6a88b23056741d7e2 (patch)
treed336f0e34e6490412a4a4edb05816e6c644d2d78 /HACKING
parent46d9db96d460fea72f0420102e8a90c6a7231f79 (diff)
downloadcairo-4e133af60c1af42307724eb6a88b23056741d7e2.tar.gz
HACKING: Make mention of the separate cairo-traces repo
Signed-off-by: Bryce Harrington <b.harrington@samsung.com> Signed-off-by: Uli Schlachter <psychon@znc.in>
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING9
1 files changed, 5 insertions, 4 deletions
diff --git a/HACKING b/HACKING
index 92aa6541d..752efbab2 100644
--- a/HACKING
+++ b/HACKING
@@ -136,10 +136,11 @@ See test/README for more information.
Performance Test Suite
----------------------
-There is a small performance-testing suite for cairo.
-
-The performance test suite is located under the perf/ directory.
-See perf/README for more information.
+There is a performance test suite located under the perf/ directory.
+A collection of traces of real-world behavior are also available in the
+cairo-traces repository, which can be used in isolation or hooked in
+with the main performance test suite. See perf/README for more
+information.
Boilerplate