This is a performance analysis tool specifically designed for Python programs, capable of easily pinpointing performance bottlenecks and memory usage of Python programs without modifying the code. It is a CPython frame stack sampler written in C language, characterized by its small size, fast running speed, and zero code intrusion, supporting various visualization methods such as WebUI, TUI, and VSCode (additional installation required).