Re: [Mesa-dev] [PATCH v2 shader-db] report.py: rework and update for cycle info

2015-11-09 Thread Matt Turner
On Fri, Oct 30, 2015 at 10:49 AM, Connor Abbott wrote: > Ping. I just pushed the corresponding mesa patch to master yesterday, > so I'd like to get this landed in shader-db soon. Acked-by: Matt Turner ___ mesa-dev mailing list mesa-dev@lists.freedeskto

Re: [Mesa-dev] [PATCH v2 shader-db] report.py: rework and update for cycle info

2015-10-30 Thread Connor Abbott
Ping. I just pushed the corresponding mesa patch to master yesterday, so I'd like to get this landed in shader-db soon. On Fri, Oct 16, 2015 at 11:09 PM, Connor Abbott wrote: > Now that we have three separate things we want to measure (instructions, > cycles, and loops), it's impractical to keep

[Mesa-dev] [PATCH v2 shader-db] report.py: rework and update for cycle info

2015-10-16 Thread Connor Abbott
Now that we have three separate things we want to measure (instructions, cycles, and loops), it's impractical to keep adding special code for changes in each thing. Instead, for each program in before and after we store a table of measurement -> value, and when reporting we loop over each measureme