We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prior art: https://github.com/benfred/py-spy#how-does-py-spy-work Notes on native stacks (this would also be how we could add kernel space stacks): https://www.benfrederickson.com/profiling-native-python-extensions-with-py-spy/
To generate C bindings: https://github.com/xlab/c-for-go
The text was updated successfully, but these errors were encountered:
Maybe this will helps you to implement profiling for Python: https://github.com/bloomberg/memray
Sorry, something went wrong.
CPython 3.12 will add support perf maps, which will allow to profile Python like NodeJS/Java
https://docs.python.org/3.12/howto/perf_profiling.html#perf-profiling
Shared on Discord: https://discord.com/channels/877547706334199818/877547706334199821/1036782373121032204
Implemented by the one and only, @kakkoyun!
kakkoyun
No branches or pull requests
Prior art: https://github.com/benfred/py-spy#how-does-py-spy-work
Notes on native stacks (this would also be how we could add kernel space stacks): https://www.benfrederickson.com/profiling-native-python-extensions-with-py-spy/
To generate C bindings: https://github.com/xlab/c-for-go
The text was updated successfully, but these errors were encountered: