py-spy 0.4.2

Sampling profiler for Python programs
Documentation
1
2
3
4
5
6
7
def busy_loop():
    while True:
        pass


if __name__ == "__main__":
    busy_loop()