diff options
author | Andrea Canciani <ranma42@gmail.com> | 2011-08-31 17:08:27 +0200 |
---|---|---|
committer | Andrea Canciani <ranma42@gmail.com> | 2011-09-02 12:45:49 +0200 |
commit | 297aa4d4a0a007461f998588e80b9fbde1718876 (patch) | |
tree | 3aedb9845e6cde0f7037670090109c4580c7e042 /perf | |
parent | dcd3e2cde13dcf56c3281911c98b2356b41ae877 (diff) |
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')
-rw-r--r-- | perf/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perf/README b/perf/README index 8fcb4302..42a6148a 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 } |