# HG changeset patch # User Kyle Lippincott # Date 1518746758 28800 # Node ID 0c431d3129c4b01533b549880c57355349c2cbe4 # Parent c442c4a92ae841a2f859f636efe82ed05a9806d9 docs: small fixes for profiling.nested and the overall description - profiling.nested defaults to 0, not 5 - profiling is not always done with lsprof Differential Revision: https://phab.mercurial-scm.org/D2641 diff -r c442c4a92ae8 -r 0c431d3129c4 mercurial/help/config.txt --- a/mercurial/help/config.txt Sun Mar 04 10:20:41 2018 -0500 +++ b/mercurial/help/config.txt Thu Feb 15 18:05:58 2018 -0800 @@ -1584,8 +1584,7 @@ In this section description, 'profiling data' stands for the raw data collected during profiling, while 'profiling report' stands for a -statistical text report generated from the profiling data. The -profiling is done using lsprof. +statistical text report generated from the profiling data. ``enabled`` Enable the profiler. @@ -1657,7 +1656,7 @@ Show at most this number of lines of drill-down info after each main entry. This can help explain the difference between Total and Inline. Specific to the ``ls`` instrumenting profiler. - (default: 5) + (default: 0) ``showmin`` Minimum fraction of samples an entry must have for it to be displayed.