##// 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 profiler (named ``stat``).
1584
1584
1585 In this section description, 'profiling data' stands for the raw data
1585 In this section description, 'profiling data' stands for the raw data
1586 collected during profiling, while 'profiling report' stands for a
1586 collected during profiling, while 'profiling report' stands for a
1587 statistical text report generated from the profiling data. The
1587 statistical text report generated from the profiling data.
1588 profiling is done using lsprof.
1589
1588
1590 ``enabled``
1589 ``enabled``
1591 Enable the profiler.
1590 Enable the profiler.
@@ -1657,7 +1656,7 profiling is done using lsprof.
1657 Show at most this number of lines of drill-down info after each main entry.
1656 Show at most this number of lines of drill-down info after each main entry.
1658 This can help explain the difference between Total and Inline.
1657 This can help explain the difference between Total and Inline.
1659 Specific to the ``ls`` instrumenting profiler.
1658 Specific to the ``ls`` instrumenting profiler.
1660 (default: 5)
1659 (default: 0)
1661
1660
1662 ``showmin``
1661 ``showmin``
1663 Minimum fraction of samples an entry must have for it to be displayed.
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