bpo-32512: Add -m option to profile for profiling modules by mariocj89 · Pull Request #5132 · python/cpython
mariocj89
changed the title
bpo-32512: Add -m option to profile for profiling modules
bpo-32512: Add -m option to profile for profiling modules (WIP, adding tests)
mariocj89
changed the title
bpo-32512: Add -m option to profile for profiling modules (WIP, adding tests)
bpo-32512: Add -m option to profile for profiling modules
The new option in the CLI of the profile module allow to profile executable modules. This change follows the same implementation as the one already present in `cProfile`.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters