summaryrefslogtreecommitdiff
path: root/perf/README
diff options
context:
space:
mode:
authorAndrea Canciani <ranma42@gmail.com>2011-08-31 17:08:27 +0200
committerAndrea Canciani <ranma42@gmail.com>2011-09-02 12:45:49 +0200
commit297aa4d4a0a007461f998588e80b9fbde1718876 (patch)
tree3aedb9845e6cde0f7037670090109c4580c7e042 /perf/README
parentdcd3e2cde13dcf56c3281911c98b2356b41ae877 (diff)
downloadcairo-297aa4d4a0a007461f998588e80b9fbde1718876.tar.gz
perf: Fix readme
The README in perf/ was not updated when cairo-perf.c was renamed to cairo-perf-micro.c
Diffstat (limited to 'perf/README')
-rw-r--r--perf/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/perf/README b/perf/README
index 8fcb4302d..42a6148a8 100644
--- a/perf/README
+++ b/perf/README
@@ -214,8 +214,8 @@ added:
2. cairo-perf.h: Add a new CAIRO_PERF_DECL line with the name of your
function, (my_new_test in the example above)
- 3. cairo-perf.c: Add a new row to the list at the end of the file. A
- typical entry would look like:
+ 3. cairo-perf-micro.c: Add a new row to the list at the end of the
+ file. A typical entry would look like:
{ my_new_test, 16, 64 }