https://bugs.freedesktop.org/show_bug.cgi?id=108689

Tvrtko Ursulin <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Tvrtko Ursulin <[email protected]> ---
Hi,

Two questions:

New intel_gpu_top also supports a pretty different set of data. So if we added
this option - can you adapt to the new data and is it useful for your use case?

Secondly, you could get the CSV data for all the stuff new intel_gpu_top shows
in a bit more raw form from the standard kernel perf tool. Just one example on
render command streamer busyness:

   perf stat -a -e i915/rcs0-busy/ -I 1000 -x

As said, all the data new version shows is available like this, albeit with
some required post-procesing like converting absolute time differences to
percentages and similar.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
dri-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to