mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
You can use it to inspect python applications, to inspect executiontime.
9 lines
201 B
Plaintext
9 lines
201 B
Plaintext
config BR2_PACKAGE_PYTHON_SPY
|
|
bool "python-spy"
|
|
depends on BR2_aarch64 || BR2_x86_64
|
|
select BR2_PACKAGE_PYTHON3
|
|
help
|
|
Sampling profiler for Python programs.
|
|
|
|
https://github.com/benfred/py-spy
|