Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • T traces-db
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gfx-ci
  • tracie
  • traces-db
  • Merge requests
  • !36

pathfinder: Use trace for canvas_text with 2 frames

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Tomeu Vizoso requested to merge tomeu/traces-db:canvas-text-performance into master Aug 03, 2021
  • Overview 1
  • Commits 1
  • Pipelines 2
  • Changes 2

The existing trace had only one frame, in which the rendering was together with the setup (shaders, etc).

This caused for continuous growing of resources when looping over the last frame when tracking performance, as resources were created but not released.

By rendering twice, we have a first frame with setup+rendering, and a second one that just renders. This frame is more amenable for using for performance tracking.

To take this frame, the application had to be modified with the patch in this commit (0001-canvas-text-Render-twice.patch).

Signed-off-by: Tomeu Vizoso tomeu.vizoso@collabora.com

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: canvas-text-performance