comparison mercurial/help/config.txt @ 32850:e33c9a47b0db

config: document profiling.show{min,max}
author Gregory Szorc <gregory.szorc@gmail.com>
date Thu, 15 Jun 2017 11:04:46 -0700
parents 33b7283a3828
children cb6436e051ca
comparison
equal deleted inserted replaced
32849:e9fc5550be46 32850:e33c9a47b0db
1571 Show at most this number of lines of drill-down info after each main entry. 1571 Show at most this number of lines of drill-down info after each main entry.
1572 This can help explain the difference between Total and Inline. 1572 This can help explain the difference between Total and Inline.
1573 Specific to the ``ls`` instrumenting profiler. 1573 Specific to the ``ls`` instrumenting profiler.
1574 (default: 5) 1574 (default: 5)
1575 1575
1576 ``showmin``
1577 Minimum fraction of samples an entry must have for it to be displayed.
1578 Can be specified as a float between ``0.0`` and ``1.0`` or can have a
1579 ``%`` afterwards to allow values up to ``100``. e.g. ``5%``.
1580
1581 Only used by the ``stat`` profiler.
1582
1583 For the ``chrome`` format, default is ``0.005``.
1584
1585 The option is unused on other formats.
1586
1587 ``showmax``
1588 Maximum fraction of samples an entry can have before it is ignored in
1589 display. Values format is the same as ``showmin``.
1590
1591 Only used by the ``stat`` profiler.
1592
1593 For the ``chrome`` format, default is ``0.999``.
1594
1595 The option is unused on other formats.
1596
1576 ``progress`` 1597 ``progress``
1577 ------------ 1598 ------------
1578 1599
1579 Mercurial commands can draw progress bars that are as informative as 1600 Mercurial commands can draw progress bars that are as informative as
1580 possible. Some progress bars only offer indeterminate information, while others 1601 possible. Some progress bars only offer indeterminate information, while others