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 anacrolix
Recipients anacrolix
Date 2012-01-23.03:38:14
SpamBayes Score 0.00014869236
Marked as misclassified No
Message-id <1327289897.02.0.607924329906.issue13839@psf.upfronthosting.co.za>
In-reply-to
Content
Frequently when profiling multiple threads, I need to combine several dump stat files. Currently -m pstats reads the profiling data at only the first path given. It should merge all the profiling data from all the paths given.

$ python3.3 -m pstats prof/5506-7f00f*

Minimalist patch attached.
History
Date User Action Args
2012-01-23 03:38:17anacrolixsetrecipients: + anacrolix
2012-01-23 03:38:17anacrolixsetmessageid: <1327289897.02.0.607924329906.issue13839@psf.upfronthosting.co.za>
2012-01-23 03:38:16anacrolixlinkissue13839 messages
2012-01-23 03:38:15anacrolixcreate