[issue34861] Improve cProfile standard output

2022-03-30 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 75eee1d57eb28283a8682a660d9949afc89fd010 by Daniël van Noord in branch 'main': bpo-34861: Make cumtime the default sorting key for cProfile (GH-31929) https://github.com/python/cpython/commit/75eee1d57eb28283a8682a660d9949afc89fd010

[issue34861] Improve cProfile standard output

2022-03-23 Thread Daniël van Noord
Daniël van Noord added the comment: I have resubmitted the patch that changes the default sorting order in https://github.com/python/cpython/pull/31929 as it was asked to separate that from the original patch by Anders. I also added documentation changes that follow from changing the default

[issue34861] Improve cProfile standard output

2022-03-16 Thread Roundup Robot
Change by Roundup Robot : -- nosy: +python-dev nosy_count: 2.0 -> 3.0 pull_requests: +30020 pull_request: https://github.com/python/cpython/pull/31929 ___ Python tracker ___

[issue34861] Improve cProfile standard output

2019-05-04 Thread Roundup Robot
Change by Roundup Robot : -- pull_requests: +12998 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34861] Improve cProfile standard output

2018-10-07 Thread Anders Hovmöller
Anders Hovmöller added the comment: Output before this patch: 3666 function calls (3556 primitive calls) in 0.005 seconds Ordered by: standard name ncalls tottime percall cumtime percall filename:lineno(function) 20.0000.0000.0020.001

[issue34861] Improve cProfile standard output

2018-10-05 Thread Anders Hovmöller
Anders Hovmöller added the comment: There is an example output on github. Should I paste it here too? I can do it once I get home if you want. -- ___ Python tracker ___

[issue34861] Improve cProfile standard output

2018-10-05 Thread Giampaolo Rodola'
Change by Giampaolo Rodola' : -- versions: -Python 2.7, Python 3.4, Python 3.5, Python 3.6, Python 3.7 ___ Python tracker ___ ___

[issue34861] Improve cProfile standard output

2018-10-05 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: Can you paste a sample output showing how it looks like pre and post patch? -- nosy: +giampaolo.rodola ___ Python tracker ___

[issue34861] Improve cProfile standard output

2018-10-01 Thread Anders Hovmöller
Change by Anders Hovmöller : -- keywords: +patch pull_requests: +9046 stage: -> patch review ___ Python tracker ___ ___

[issue34861] Improve cProfile standard output

2018-10-01 Thread Anders Hovmöller
New submission from Anders Hovmöller : The standard output for cProfile when run from a command line is not very useful. It has two main flaws: - Default sort order is by name of function - It strips the full path of source files The first makes it very hard to look at the output. The second