summaryrefslogtreecommitdiff
path: root/lldb/examples/python/performance.py
AgeCommit message (Expand)Author
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2022-08-15[LLDB] Remove __future__ imports from examplesDavid Spickett
2021-04-24[lldb] [gdb-remote server] Introduce new stop reasons for fork and vforkMichał Górny
2020-07-16Harmonize Python shebangserge-sans-paille
2019-04-18[Python] Simplify the code. NFCI.Davide Italiano
2019-03-26python 2/3 compat: commands vs subprocessSerge Guelton
2019-03-21Python 2/3 compatibility: from __future__ import print_functionSerge Guelton
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2013-04-03Playing around with making performance test cases run from within python. Greg Clayton
2013-03-26A few more tweaks to the python perf tests. Now there is a MemoryMeasurement.Greg Clayton
2013-03-23Added a python version of the performance tests. It will be good to see if th...Greg Clayton