summaryrefslogtreecommitdiff
path: root/py/profile.h
AgeCommit message (Collapse)Author
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
This is run with uncrustify 0.70.1, and black 19.10b0.
2019-08-30py/profile: Add debugging for sys.settrace feature.Milan Rossa
2019-08-30py/profile: Add initial implementation of sys.settrace feature.Milan Rossa