We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c160d8d commit 985680cCopy full SHA for 985680c
1 file changed
Lib/profiling/sampling/live_collector/constants.py
@@ -55,5 +55,5 @@
55
COLOR_PAIR_SORTED_HEADER = 10
56
57
# Default display settings
58
-DEFAULT_SORT_BY = "tottime"
+DEFAULT_SORT_BY = "nsamples" # Number of samples in leaf (self time)
59
DEFAULT_DISPLAY_LIMIT = 20
0 commit comments