Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
A
angle
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • angle
  • Repository

Switch branch/tag
  • angle
  • src
  • tests
  • perf_tests
  • ANGLEPerfTestArgs.cpp
Find file
BlameHistoryPermalink
  • Charlie Lao's avatar
    Vulkan: Add command option to run app traces with minimum GPU work · 4340fcfa
    Charlie Lao authored Apr 02, 2021
    This CL interposes the draw call API entries. If enabled by command line
    option "--minimize-gpu-work", it will override all draw calls to render
    a single GL_POINT instead. It forces view port and scissor size to 1x1.
    It forces all data copy to 1 texel or 1 byte. It ignores
    glGenerateMipmap call. The goal is to make the frame time reflect the
    driver CPU performance as much as possible so that we can use it to
    compare ANGLE vs native GLES on the driver overhead, as well as
    identifying CPU hot spot.
    
    Bug: b/184766477
    Change-Id: Ie8b5b585e0ed55320fed7863da37cce419acc65f
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2802858
    Commit-Queue: Charlie Lao <cclao@google.com>
    Reviewed-by: 's avatarCody Northrop <cnorthrop@google.com>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    4340fcfa
ANGLEPerfTestArgs.cpp 4.91 KB
EditWeb IDE
×

Replace ANGLEPerfTestArgs.cpp

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.