##// END OF EJS Templates
profiling: document the py-spy value for `profiling.type`...
marmoute -
r52770:8c990011 default
parent child Browse files
Show More
@@ -2046,6 +2046,9 statistical text report generated from t
2046 Use a statistical profiler, statprof. This profiler is most
2046 Use a statistical profiler, statprof. This profiler is most
2047 useful for profiling commands that run for longer than about 0.1
2047 useful for profiling commands that run for longer than about 0.1
2048 seconds.
2048 seconds.
2049 ``py-spy``
2050 use the py-spy profiler. A external py-spy executable must be available.
2051 (Make sure to check `profiling.output` config to write the result.)
2049
2052
2050 ``format``
2053 ``format``
2051 Profiling format. Specific to the ``ls`` instrumenting profiler.
2054 Profiling format. Specific to the ``ls`` instrumenting profiler.
@@ -1605,7 +1605,7 Show nested definitions
1605 ("profiling.type"[break]"ls"[break]"stat"[break])
1605 ("profiling.type"[break]"ls"[break]"stat"[break])
1606
1606
1607 $ hg help config.type | grep -E '^$'|wc -l
1607 $ hg help config.type | grep -E '^$'|wc -l
1608 \s*3 (re)
1608 \s*4 (re)
1609
1609
1610 $ hg help config.profiling.type.ls
1610 $ hg help config.profiling.type.ls
1611 "profiling.type.ls"
1611 "profiling.type.ls"
General Comments 0
You need to be logged in to leave comments. Login now