This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients georg.brandl, ncoghlan, pitrou
Date 2014-06-24.20:06:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403640414.18.0.449527177368.issue21862@psf.upfronthosting.co.za>
In-reply-to
Content
As the title says. You should be able to type:

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

to profile execution of my.module.name.
History
Date User Action Args
2014-06-24 20:06:54pitrousetrecipients: + pitrou, georg.brandl, ncoghlan
2014-06-24 20:06:54pitrousetmessageid: <1403640414.18.0.449527177368.issue21862@psf.upfronthosting.co.za>
2014-06-24 20:06:54pitroulinkissue21862 messages
2014-06-24 20:06:54pitroucreate