summaryrefslogtreecommitdiffstats
path: root/bin/parse-perfcheck.py
Commit message (Collapse)AuthorAgeFilesLines
* parse-perfcheck: fix parsing of previous CSV dataNoel Grandin2018-10-021-1/+1
| | | | | | | Change-Id: I46db49472dcaa80b54a937f03bf03b06a2d8a87c Reviewed-on: https://gerrit.libreoffice.org/61240 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
* Fix typosAndrea Gelmini2017-03-261-1/+1
| | | | | | | | Change-Id: Idbf0aa261b829e83d4c08a2e989a4ced871dc6de Reviewed-on: https://gerrit.libreoffice.org/35616 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
* parse-perfcheck : add filename to csv resultsLaurent Godard2014-11-171-2/+2
| | | | | | | | | one can find callgrind output file more easilly Change-Id: Ic5019d5259a63ab23ed44d39baaeb7432690382e Reviewed-on: https://gerrit.libreoffice.org/12450 Reviewed-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com> Tested-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
* Cleanup parse-perfcheck.pyRiccardo Magliocchetti2014-11-141-144/+109
| | | | | | | | | | | | | | | Use more idiomatic python for file, path, csv handling and options parsing. There's still quite a bit of stuff to cleanup, at least it would be nice to kill the remaining globals. Fixed indentation on parts i've touched, the rest of the file is still a bit off. Change-Id: I4214078c38a1e26cca17d09ebb9c0f53ba429ea9 Reviewed-on: https://gerrit.libreoffice.org/12405 Tested-by: Laurent Godard <lgodard.libre@laposte.net> Reviewed-by: Laurent Godard <lgodard.libre@laposte.net>
* Parse perfcheck resultsLaurent Godard2014-11-121-48/+216
| | | | | | | | | | | | refactoring arguments process csv file only if newer commits add columned output calculate deltas & alert messages Change-Id: Ib7ba87e9cb55b03ac8665db7a8dc302d2e8611a0 Reviewed-on: https://gerrit.libreoffice.org/12155 Reviewed-by: Matúš Kukan <matus.kukan@collabora.com> Tested-by: Matúš Kukan <matus.kukan@collabora.com>
* perfcheck : parse callgrind.out results to build csv fileLaurent Godard2014-10-291-0/+125
appends results on existing target file Change-Id: Icd897b090e1d1ed896b88a2f5923e8f35e95e5d2