[Python-ideas] -m pstats should combine all the profiles given as arguments

Matt Joiner anacrolix at gmail.com
Wed Jan 25 08:08:59 CET 2012


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*

http://bugs.python.org/issue13839



More information about the Python-ideas mailing list