-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Add benches to verify performance of creating plots:
- a plot with many
draw_pixelcalls (e.g. mandelbrot plot) - a plot with many text labels
- see the effect of current need to create a font at each
draw_textcall
- see the effect of current need to create a font at each
- a plot with many shapes (using
draw_path,fill_polygon,draw_rectordraw_circle)- see if the need to create 2 vecs due to the interface of
wxdragon::dc::DeviceContext::draw_polygonis a performance problem or not
- see if the need to create 2 vecs due to the interface of
- a plot with many lines
- see if the need to create 2 vecs due to the interface of
wxdragon::dc::DeviceContext::draw_linesis a performance problem or not
- see if the need to create 2 vecs due to the interface of
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels