Issue 32512: Add an option to profile to run library module as a script
Created on 2018-01-07 17:00 by mariocj89, last changed 2022-04-11 14:58 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 5132 | merged | mariocj89, 2018-01-07 17:54 | |
| Messages (3) | |||
|---|---|---|---|
| msg309627 - (view) | Author: Mario Corchero (mariocj89) * ![]() |
Date: 2018-01-07 17:00 | |
Add an option to profile to be able to do `python3 -m profile -m my.module.name` to be able to profile the module the same way cProfile allows since issue 21862 |
|||
| msg309637 - (view) | Author: Mario Corchero (mariocj89) * ![]() |
Date: 2018-01-07 20:56 | |
Related issue for improved executable module support for standard library modules that run other scripts: https://bugs.python.org/issue9325 |
|||
| msg329293 - (view) | Author: Alyssa Coghlan (ncoghlan) * ![]() |
Date: 2018-11-05 12:03 | |
New changeset ad1a25f499362eaf9cbfcafa0b8e2454eb43dcf1 by Nick Coghlan (Mario Corchero) in branch 'master': bpo-32512: Add -m option to profile for profiling modules (#5132) https://github.com/python/cpython/commit/ad1a25f499362eaf9cbfcafa0b8e2454eb43dcf1 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:58:56 | admin | set | github: 76693 |
| 2018-11-05 12:11:53 | mariocj89 | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2018-11-05 12:03:50 | ncoghlan | set | nosy:
+ ncoghlan messages: + msg329293 |
| 2018-01-08 02:18:30 | ncoghlan | link | issue9325 dependencies |
| 2018-01-07 20:56:15 | mariocj89 | set | messages: + msg309637 |
| 2018-01-07 19:06:26 | ericvw | set | nosy:
+ ericvw |
| 2018-01-07 17:54:36 | mariocj89 | set | keywords:
+ patch stage: patch review pull_requests: + pull_request4993 |
| 2018-01-07 17:00:27 | mariocj89 | create | |

