intel: INTEL_MEASURE cpu mode
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.