DRI/DRM profiling for performance analysis?

Eric Anholt eric at anholt.net
Mon Aug 16 21:15:18 PDT 2010


On Mon, 16 Aug 2010 10:22:35 +0300, Pasi Kärkkäinen <pasik at iki.fi> wrote:
> Hello,
> 
> Do we currently have a method of profiling DRI/DRM drivers?
> 
> I was thinking that it would be interesting to:
> 
> 1) Execute a benchmark, or some "timedemo" of a game
> 2) See how many times each dri/drm driver function is called, 
>    maybe top 20 most often called functions, 
>    and the total cpu time used for those functions.
> 
> So you could see that:
> 
> 1) some function is called often, but it doesn't take much total cpu time.
> 2) some function is called just a couple of times, but it takes a lot of cpu time.
> 
> And everything in between.. would be good hints to use for optimizing the apps/drivers,
> and for comparison between different versions..
> 
> Does this make sense? 

The tool to use is called "sysprof" and is ridiculously easy to use (on
32-bit x86).  Click start, click stop, see where time was spent, go fix
that.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20100816/816fa693/attachment-0001.pgp>


More information about the dri-devel mailing list