Skip to content

Keep track of GPU time to replay traces

Antonio Caggiano requested to merge Fahien/mesa:time-to-run into main

In order to track Mesa performance over time, it would make sense to keep track of frame GPU times when replaying traces. In this MR, *traces jobs are improved. In addition to checking outputs against reference checksum, we replay traces by making use of apitrace option: --pframes "opengl: GPU Duration". With this, frame GPU times are collected and uploaded as artifacts.

Edited by Tomeu Vizoso

Merge request reports