-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Open
Labels
OS-linuxOS-macdocsDocumentation in the Doc dirDocumentation in the Doc dirperformancePerformance or resource usagePerformance or resource usage
Description
The documentation lives here: https://github.com/python/cpython/blob/d6cf05b5d00abbfdf9008d646c14c6ef7c83b61a/Doc/howto/perf_profiling.rst
Before #136461, cpython only had support for Linux perf profiling. But with this PR it now supports both Linux and macOS through samply. I updated the documentation to include this, but it's not super great currently because previously it was written with the assumption that it was only supported by Linux perf. So it would be good to restructure this doc in a better way, and add more information related to macOS profiling using samply.
Also samply supports both perf modes so it would be good to clarify when to use them.
Metadata
Metadata
Assignees
Labels
OS-linuxOS-macdocsDocumentation in the Doc dirDocumentation in the Doc dirperformancePerformance or resource usagePerformance or resource usage
Projects
Status
Todo