summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-22env_dump: track the connections to unix socketsenv_dumpMartin Peres4-1/+69
2015-10-22env_dump: track some changes done to the environmentMartin Peres1-0/+77
2015-10-22env_dump: split into multiple filesMartin Peres7-329/+592
2015-10-22env_dump: add a library to dump the environment of a binaryMartin Peres3-0/+470
2015-10-21ezbench.py: introduce the concept of running modeMartin Peres4-39/+113
2015-10-21reorder_commits_by_date: fix th handling of the path argumentMartin Peres1-2/+2
2015-10-20core: improve the error reporting and document the error codesMartin Peres2-15/+55
2015-10-20perf_bisect: honour the rounds paramaterMartin Peres1-5/+5
2015-10-16ezbenchd: add a preliminary daemon modeMartin Peres1-0/+69
2015-10-16make smart_ezbench the standard interface for usersMartin Peres5-9/+9
2015-10-16core: rename test_options.sh in user_parameters.shMartin Peres2-33/+8
2015-10-16ezbench.py: add a way to list the available reportsMartin Peres1-0/+15
2015-10-16ezbench.py: rework the state and lock handlingMartin Peres1-60/+52
2015-10-16ezbench.py: display the name of the report when starting a runMartin Peres1-1/+1
2015-10-16ezbench.py: do not save the state every time we instantiate ezbenchMartin Peres1-1/+1
2015-10-16ezbench.py: do not crash when the state file of a report is missingMartin Peres1-2/+6
2015-10-09add an initial version of the smart_ezbench toolsmart_ezbenchMartin Peres2-0/+367
2015-10-09ezbench.py: detect the invalid profile errorMartin Peres1-0/+5
2015-10-09ezbench.py: add support for profilesMartin Peres1-4/+10
2015-10-09ezbench.py: add a verbose mode when running ezbenchMartin Peres1-5/+10
2015-10-08core: check the deployed version before compiling itMartin Peres3-15/+52
2015-10-06ezbench.py: expose a dry-run mode that exports information about the runMartin Peres1-11/+54
2015-10-06ezbench.py: honour the silent mode when generating reportsMartin Peres1-4/+7
2015-10-06ezbench.py: be more resisant to malformed CSVsMartin Peres1-0/+3
2015-10-06core: output the list of commits that are going to be testedMartin Peres1-5/+8
2015-10-06core: exit with a unique error codeMartin Peres1-7/+7
2015-10-06core: add a dry-run modeMartin Peres1-5/+18
2015-10-06core: do not do anything if the user request 0 roundsMartin Peres1-0/+6
2015-10-06core: fix a few indentation errorsMartin Peres1-13/+13
2015-10-06gen_report: tell the browser the encoding is utf8Martin Peres1-0/+1
2015-10-06ezbench.py: extract the unit from the test resultsMartin Peres1-24/+29
2015-10-06core: add test units and whether less or more is betterMartin Peres10-2/+21
2015-10-06ezbench.py: associate the unit to the benchmarkMartin Peres2-2/+13
2015-10-06ezbench.py: fix parsing the report after the change in coreMartin Peres1-4/+7
2015-10-06core: fix the display output introduced in the previous commitMartin Peres1-1/+1
2015-10-06core: handle the looping for tests in the common codeMartin Peres24-209/+157
2015-10-06core: introduce a run_bench function that handles running the benchmarksMartin Peres26-38/+43
2015-10-06test/cairo-demos: check the dependencies better and add a timeoutMartin Peres1-1/+5
2015-10-06test/unigine-valley: fix rendering on mesaMartin Peres1-0/+2
2015-10-06core: be more robust to a missing or invalid git repo pathMartin Peres1-2/+7
2015-10-06core: make the compile error return error codesMartin Peres1-4/+3
2015-09-22core: do not use the $ prefix for variable in the $((...)) constructMartin Peres1-5/+5
2015-09-22core: convert from the `...` construct to $()Martin Peres1-6/+6
2015-09-22core: quote variables to prevent word splittingMartin Peres1-46/+46
2015-09-18doc: update the TODOMartin Peres1-1/+2
2015-09-11core: introduce the concept of profileMartin Peres5-42/+84
2015-09-11add a TODO listMartin Peres1-0/+91
2015-09-11add the proper license to every file before open sourcing the toolMartin Peres9-0/+239
2015-09-11utils/ezbench: rename log_folder into report_nameMartin Peres2-5/+5
2015-09-11core: Track build time inside git configChris Wilson1-7/+14