diff options
author | Uli Schlachter <psychon@znc.in> | 2020-12-26 15:55:20 +0000 |
---|---|---|
committer | Uli Schlachter <psychon@znc.in> | 2020-12-26 15:55:20 +0000 |
commit | 2a48955a331e48e40bce0bcf886b41fd83ea4c6f (patch) | |
tree | 7ffe15b04bc1e55fbfbb7c491e05cce0ac55ee41 /perf/cairo-perf-trace.c | |
parent | 1d99f816b3804f2568ee4669cd0fe57f66ab319d (diff) | |
parent | 2eb12d3fbc7ba727a6af5ef0893f9822ecd2d7d3 (diff) | |
download | cairo-1.16.tar.gz |
Merge branch 'backport-fixes' into '1.16'1.16
Cherry-pick fixes from master into 1.16
See merge request cairo/cairo!20
Diffstat (limited to 'perf/cairo-perf-trace.c')
-rw-r--r-- | perf/cairo-perf-trace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perf/cairo-perf-trace.c b/perf/cairo-perf-trace.c index 02e0e29f9..6483631f4 100644 --- a/perf/cairo-perf-trace.c +++ b/perf/cairo-perf-trace.c @@ -377,7 +377,7 @@ usage (const char *argv0) " -i iterations; specify the number of iterations per test case\n" " -l list only; just list selected test case names without executing\n" " -r raw; display each time measurement instead of summary statistics\n" -" -s sync; only sum the elapsed time of the indiviual operations\n" +" -s sync; only sum the elapsed time of the individual operations\n" " -t tile size; draw to tiled surfaces\n" " -v verbose; in raw mode also show the summaries\n" " -x exclude; specify a file to read a list of traces to exclude\n" |