Skip to content

intel: INTEL_MEASURE cpu mode

Felix Degrood requested to merge review/intel-measure-cpu into master

Add option for collecting CPU timestamps on events instead of HW timestamps. Draw/Compute/Blit messages are written when API entry point is being serviced, long before command buffer has completed, making it ideal as assistant for mesa debugging when you want to know where in the frame you are.

INTEL_MEASURE=cpu=1 to enable.

Merge request reports