summaryrefslogtreecommitdiff
path: root/si-report.py
AgeCommit message (Expand)AuthorFilesLines
2023-05-14si-report.py: remove one space from all columns and center the namesMarek Olšák1-1/+1
2023-05-14si-report.py: don't print unaffected apps in the last tableMarek Olšák1-3/+6
2023-05-14si-report.py: fix syntax and style issuesMarek Olšák1-48/+67
2023-05-14si-report.py: match the style of totals to match the restMarek Olšák1-7/+3
2023-05-14si-report.py: don't print total increases and decreasesMarek Olšák1-41/+0
2023-05-14si-report.py: remove unused functionMarek Olšák1-15/+0
2023-05-14si-report.py: print 24 changes shaders instead of 40 per groupMarek Olšák1-5/+4
2023-05-14si-report.py: fix printing shaders with improvementsMarek Olšák1-8/+4
2022-11-14si-report.py: compare the number of shader outputsMarek Olšák1-7/+20
2021-02-23si-report.py: don't print LDS and Waits, which are always constantMarek Olšák1-16/+4
2019-10-29si_report: print percentages table as a markdown tablePierre-Eric Pelloux-Prayer1-26/+37
2018-05-20si-report: Show biggest improvements alsoBenedikt Schemmer1-0/+24
2018-05-20si-report: Change layout to allow longer file namesBenedikt Schemmer1-26/+46
2016-12-07si-report.py: report private memory usageMarek Olšák1-13/+30
2016-12-07si-report.py: rename "Scratch VGPRs" to "Scratch size"Marek Olšák1-11/+11
2016-12-07si-report.py: print 40 regressions per categoryMarek Olšák1-1/+1
2016-10-18si-report.py: print more regressed and bad shadersMarek Olšák1-3/+4
2016-10-18si-report.py: also print Max Waves regressionsMarek Olšák1-9/+17
2016-07-22si-report.py: add completely new shader statistics reportingMarek Olšák1-1/+252
2016-07-22si-report.py: report % change correctly for 0->NMarek Olšák1-1/+1
2016-07-22si-report.py: report scratch in terms of VGPRs = dwords per threadMarek Olšák1-2/+2
2016-07-22si-report.py: show spilled SGPRs and VGPRsMarek Olšák1-1/+6
2016-07-12si-report.py: don't crash if there are no shaders foundMarek Olšák1-0/+3
2016-01-26si-report.py: process Max WavesMarek Olšák1-1/+3
2016-01-26si-report.py: fix parsing without asmMarek Olšák1-0/+2
2016-01-05si-report.py: report the tests causing max increase/decreaseNicolai Hähnle1-18/+33
2016-01-05si-report.py: reduce code duplication in the definition of metricsNicolai Hähnle1-58/+32
2016-01-05si-report.py: report LLVM compile errorsNicolai Hähnle1-5/+33
2016-01-05si-report.py: speed up and adjust to debug message reporting, allowing multi-...Nicolai Hähnle1-73/+135
2015-07-30si-report: Fix algorithm for determing difference in shader statsTom Stellard1-1/+7
2015-04-13Add si-report.py for parsing dumps from radeonsiTom Stellard1-0/+324