[issue29238] Add more kwargs to cProfile's print_stats

2017-01-10 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: +ethan.furman ___ Python tracker ___ ___

[issue29238] Add more kwargs to cProfile's print_stats

2017-01-10 Thread Thane Brimhall
New submission from Thane Brimhall: Using the pstats class to print off profiler results is helpful when you want to filter, order, and limit the number of returned lines. I'd rather see the most commonly-used subset of pstats functionality included in the profiler's print_stats