[New-bugs-announce] [issue21862] cProfile command-line should accept "-m module_name" as an alternative to script path

Antoine Pitrou report at bugs.python.org
Tue Jun 24 22:06:54 CEST 2014


New submission from Antoine Pitrou:

As the title says. You should be able to type:

$ python -m cProfile -m my.module.name

to profile execution of my.module.name.

----------
components: Library (Lib)
keywords: easy
messages: 221488
nosy: georg.brandl, ncoghlan, pitrou
priority: normal
severity: normal
stage: needs patch
status: open
title: cProfile command-line should accept "-m module_name" as an alternative to script path
type: enhancement
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21862>
_______________________________________


More information about the New-bugs-announce mailing list