aboutsummaryrefslogtreecommitdiffstats
path: root/tools/leak_finder.py
Commit message (Collapse)AuthorAgeFilesLines
* PySide: write a renamer script for debuggingChristian Tismer2021-01-111-0/+196
Debug output is hard to read if there are many objects with the same type but different address. This script builds simple names instead of addresses which are easy to track. See the info at the beginning of the script. Change-Id: I51e08276d8ffc6d7365ce8620957e64769d7fd8c Task-number: PYSIDE-79 Task-number: PYSIDE-1470 Pick-to: 6.0 Pick-to: 5.15 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>