summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce W. Harrington <b.harrington@samsung.com>2013-07-09 21:23:52 +0000
committerBryce Harrington <b.harrington@samsung.com>2013-08-08 17:48:47 -0700
commitd8412a6f2f2957cf39956c55924e79fa03c6f823 (patch)
tree37c6479aad3c05c2e8bf4b7511c0f4d40b2db938
parent661b75a05e5df471f9bfb1d44a7a2b764c4255a8 (diff)
HACKING: Make mention of the separate cairo-traces repodoc-fixes
Signed-off-by: Bryce Harrington <b.harrington@samsung.com>
-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