summaryrefslogtreecommitdiff
path: root/report.py
AgeCommit message (Expand)AuthorFilesLines
2022-05-24report.py: Fix scheduler mode descriptionsKenneth Graunke1-2/+1
2022-03-07report.py: Add support for nouveau-formatted shader-db output.Emma Anholt1-12/+28
2022-03-07report.py: Add support for shader-db without a loops count.Emma Anholt1-1/+1
2021-06-23report: Consider "waves" along with "threads" as more_is_better.Emma Anholt1-1/+1
2021-01-19report.py: Don't require spills/fillsMatt Turner1-0/+3
2020-12-02report.py: fix crash on get_sched_modeErico Nunes1-0/+3
2020-07-07report: Fix thread count printingAlyssa Rosenzweig1-4/+4
2020-04-23report.py: Handle scheduler mode changesMatt Turner1-5/+27
2020-04-23report.py: Print spill/fill changes beside instruction/cycle changesMatt Turner1-4/+15
2020-04-23report.py: Remove semicolonsMatt Turner1-5/+5
2020-04-23report.py: Remove tabsMatt Turner1-5/+5
2019-10-30report: Don't use len(x) > 0Ian Romanick1-2/+1
2019-10-24report: add argument to ignore loopsRob Clark1-1/+2
2019-10-24report: add arg to filter on shader stageRob Clark1-3/+7
2019-05-29report: Fix heuristic for default set of measurementsCaio Marcelo de Oliveira Filho1-2/+2
2019-05-28report: fix '-m inst' caseAlejandro PiƱeiro1-0/+8
2019-05-16report: Stop hard-coding the default set of measurements.Eric Anholt1-1/+11
2019-05-09report: Print out total CPU timeJason Ekstrand1-1/+22
2019-05-09report: Stop having argparse call get_resultsJason Ekstrand1-19/+22
2019-04-04report: For a thread count, flip the polarity for hurt vs helped.Eric Anholt1-1/+3
2019-03-08report: Generalize the results collection.Eric Anholt1-14/+27
2019-03-01report.py: Gather and log some statistics about the helped / hurt dataIan Romanick1-1/+100
2018-03-06report.py: Print small percentages as <.01%Ian Romanick1-1/+9
2018-03-06report.py: Add option to only display measurements that have changesIan Romanick1-14/+24
2018-03-06report.py: Add option to only display the final summaryIan Romanick1-28/+32
2018-03-06report.py: Don't use 'len(x) > 0' to check list emptinessIan Romanick1-4/+4
2016-04-28report.py: Prevent division by zero.Matt Turner1-4/+2
2016-04-25report.py: Add spill/fill reportsKenneth Graunke1-2/+6
2016-01-05report.py: Handle TCS and TES shaders.Kenneth Graunke1-1/+1
2016-01-05report.py: Explicitly require python3Kenneth Graunke1-1/+1
2016-01-05Fix Python2ism that crept into report.py.Kenneth Graunke1-1/+1
2015-12-01report.py: rework and update for cycle infoConnor Abbott1-75/+89
2015-10-01report.py: Report loop changes separately.Matt Turner1-11/+32
2015-01-20report.py: Print counts of helped/hurt programs.Kenneth Graunke1-4/+8
2015-01-13report.py: Use the format printed by Matt's new C runner.Kenneth Graunke1-1/+1
2014-11-12Sort the list of helped programsJason Ekstrand1-5/+7
2014-07-16report.py: call get_result method on file argumentsDylan Baker1-2/+2
2014-07-13report.py: Fix PEP8 issuesDylan Baker1-11/+17
2014-07-13report.py: use argparse instead of getoptDylan Baker1-38/+13
2014-07-13python: 2 blanks between toplevel functions and classesDylan Baker1-0/+8
2014-07-13python: cleanup importsDylan Baker1-2/+1
2014-07-13python: Replace tabs with spacesDylan Baker1-1/+1
2013-10-14Summarize the count of shaders lost/gained.Eric Anholt1-1/+2
2013-03-25report.py: Also port to Python 3.Kenneth Graunke1-19/+12
2013-03-25Remove debug code that slipped into the report.Eric Anholt1-1/+0
2013-03-25Make the report script handle extra whitespace in the run.py output.Eric Anholt1-1/+2
2012-06-06Convert the scripts to python and make them way better.Eric Anholt1-0/+144