mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-08 23:08:03 +02:00
perf/chart: Contract the default output filenames
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
fbd4864995
commit
9558cb62c6
1 changed files with 1 additions and 3 deletions
|
|
@ -1065,9 +1065,7 @@ main (int argc,
|
|||
add_legend (&chart);
|
||||
|
||||
cairo_surface_write_to_png (cairo_get_target (chart.cr),
|
||||
chart.relative ?
|
||||
"cairo-perf-chart-relative.png" :
|
||||
"cairo-perf-chart-absolute.png");
|
||||
chart.relative ? "relative.png" : "absolute.png");
|
||||
cairo_destroy (chart.cr);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue