[Mesa-dev] [PATCH] gallivm: print out time for jitting functions with GALLIVM_DEBUG=perf

2016-10-13 Thread sroland
From: Roland Scheidegger Compilation to actual machine code can easily take as much time as the optimization passes on the IR if not more, so print this out too. --- src/gallium/auxiliary/gallivm/lp_bld_init.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/src/gallium/auxiliary

Re: [Mesa-dev] [PATCH] gallivm: print out time for jitting functions with GALLIVM_DEBUG=perf

2016-10-14 Thread Brian Paul
On 10/13/2016 09:38 PM, srol...@vmware.com wrote: From: Roland Scheidegger Compilation to actual machine code can easily take as much time as the optimization passes on the IR if not more, so print this out too. --- src/gallium/auxiliary/gallivm/lp_bld_init.c | 11 +++ 1 file changed

Re: [Mesa-dev] [PATCH] gallivm: print out time for jitting functions with GALLIVM_DEBUG=perf

2016-10-14 Thread Jose Fonseca
On 14/10/16 15:36, Brian Paul wrote: On 10/13/2016 09:38 PM, srol...@vmware.com wrote: From: Roland Scheidegger Compilation to actual machine code can easily take as much time as the optimization passes on the IR if not more, so print this out too. --- src/gallium/auxiliary/gallivm/lp_bld_in

Re: [Mesa-dev] [PATCH] gallivm: print out time for jitting functions with GALLIVM_DEBUG=perf

2016-10-14 Thread Roland Scheidegger
Am 14.10.2016 um 18:05 schrieb Jose Fonseca: > On 14/10/16 15:36, Brian Paul wrote: >> On 10/13/2016 09:38 PM, srol...@vmware.com wrote: >>> From: Roland Scheidegger >>> >>> Compilation to actual machine code can easily take as much time as the >>> optimization passes on the IR if not more, so pri