Skip to content

Determine relative cost of DisplayList operations #86717

@zanderso

Description

@zanderso

In order to decide whether we want to cache a picture in the raster cache, we need to have a good idea of how expensive it is. Currently that is based on the number of operations used to generate the picture, but that is not a good proxy for how expensive it is. Using the new DisplayList we can come up with a better estimate.

To get better estimates of how expensive the DisplayList operations are, we need a set of microbenchmarks that exercise the operations and determine their relative cost.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1High-priority issues at the top of the work listc: performanceRelates to speed or footprint issues (see "perf:" labels)engineflutter/engine related. See also e: labels.perf: memoryPerformance issues related to memoryperf: speedPerformance issues related to (mostly rendering) speed

    Type

    No type

    Projects

    Status

    ✅ Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions