diff options
author | Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com> | 2022-03-30 11:10:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-30 11:10:10 (GMT) |
commit | 75eee1d57eb28283a8682a660d9949afc89fd010 (patch) | |
tree | b8eedf4eb1d8981c35180a9e7a63ea7a221769ab /Misc | |
parent | 6881ea936e277b1733bee581c4e59e3a5d53bb29 (diff) | |
download | cpython-75eee1d57eb28283a8682a660d9949afc89fd010.zip cpython-75eee1d57eb28283a8682a660d9949afc89fd010.tar.gz cpython-75eee1d57eb28283a8682a660d9949afc89fd010.tar.bz2 |
bpo-34861: Make cumtime the default sorting key for cProfile (GH-31929)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-03-16-08-49-12.bpo-34861.p8ugVg.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-03-16-08-49-12.bpo-34861.p8ugVg.rst b/Misc/NEWS.d/next/Library/2022-03-16-08-49-12.bpo-34861.p8ugVg.rst new file mode 100644 index 0000000..0277ffb --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-03-16-08-49-12.bpo-34861.p8ugVg.rst @@ -0,0 +1 @@ +Made cumtime the default sorting key for cProfile |