It’s not immediately clear if you skim the readme but this is written in rust! It pokes at the python interpreter by wrapping libpython with rust’s bindgen binding generator.
Quite an interesting idea, that you can profile an already-running process without disturbing it or requiring it to have been started in a special way.
It’s not immediately clear if you skim the readme but this is written in rust! It pokes at the python interpreter by wrapping libpython with rust’s
bindgen binding generator.Quite an interesting idea, that you can profile an already-running process without disturbing it or requiring it to have been started in a special way.