Re: [Mesa-dev] [PATCH] gallium: enable intel jitevents profiling

2016-05-06 Thread Roland Scheidegger
Am 06.05.2016 um 21:51 schrieb Rowley, Timothy O: > Would like to get this small change reviewed to help with performance > measuring. > > Thanks. > > -Tim > >> On Mar 28, 2016, at 2:29 PM, Rowley, Timothy O >> wrote: >> >> LLVM when configured with "intel jitevents" enabled can inform >> VTu

Re: [Mesa-dev] [PATCH] gallium: enable intel jitevents profiling

2016-05-06 Thread Rowley, Timothy O
Would like to get this small change reviewed to help with performance measuring. Thanks. -Tim > On Mar 28, 2016, at 2:29 PM, Rowley, Timothy O > wrote: > > LLVM when configured with "intel jitevents" enabled can inform > VTune about dynamic code, so individual shaders are attributed > profili

[Mesa-dev] [PATCH] gallium: enable intel jitevents profiling

2016-03-28 Thread Tim Rowley
LLVM when configured with "intel jitevents" enabled can inform VTune about dynamic code, so individual shaders are attributed profiling data and the resulting assembly can be examined. --- src/gallium/auxiliary/gallivm/lp_bld_misc.cpp | 9 + 1 file changed, 9 insertions(+) diff --git a/sr