##// END OF EJS Templates
docs: small fixes for profiling.nested and the overall description...
Kyle Lippincott -
r36714:0c431d31 default
parent child Browse files
Show More
@@ -1584,8 +1584,7 b' profiler (named ``stat``).'
1584 1584
1585 1585 In this section description, 'profiling data' stands for the raw data
1586 1586 collected during profiling, while 'profiling report' stands for a
1587 statistical text report generated from the profiling data. The
1588 profiling is done using lsprof.
1587 statistical text report generated from the profiling data.
1589 1588
1590 1589 ``enabled``
1591 1590 Enable the profiler.
@@ -1657,7 +1656,7 b' profiling is done using lsprof.'
1657 1656 Show at most this number of lines of drill-down info after each main entry.
1658 1657 This can help explain the difference between Total and Inline.
1659 1658 Specific to the ``ls`` instrumenting profiler.
1660 (default: 5)
1659 (default: 0)
1661 1660
1662 1661 ``showmin``
1663 1662 Minimum fraction of samples an entry must have for it to be displayed.
General Comments 0
You need to be logged in to leave comments. Login now