Re: [Mesa-dev] [PATCH v2 4/6] i965: dump scheduling cycle estimates

2015-10-21 Thread Jason Ekstrand
On Fri, Oct 16, 2015 at 8:03 PM, Connor Abbott wrote: > The heuristic we're using is rather lame, since it assumes everything is > non-uniform and loops execute 10 times, but it should be enough for > measuring improvements in the scheduler that don't result in a change in > the number of instruct

[Mesa-dev] [PATCH v2 4/6] i965: dump scheduling cycle estimates

2015-10-16 Thread Connor Abbott
The heuristic we're using is rather lame, since it assumes everything is non-uniform and loops execute 10 times, but it should be enough for measuring improvements in the scheduler that don't result in a change in the number of instructions. v2: - Switch loops and cycle counts to be compatible wit