comparison mercurial/help/config.txt @ 30347:494d5cec0b07

help: fix double word usage "most" was used twice. (I fixed a grammar error before timeless spotted it!)
author Gregory Szorc <gregory.szorc@gmail.com>
date Wed, 09 Nov 2016 16:04:44 -0800
parents 3fd53cc1aad8
children 0499da0d5a06
comparison
equal deleted inserted replaced
30346:9cc438bf7d9a 30347:494d5cec0b07
1408 works on all platforms, but each line number it reports is the 1408 works on all platforms, but each line number it reports is the
1409 first line of a function. This restriction makes it difficult to 1409 first line of a function. This restriction makes it difficult to
1410 identify the expensive parts of a non-trivial function. 1410 identify the expensive parts of a non-trivial function.
1411 ``stat`` 1411 ``stat``
1412 Use a statistical profiler, statprof. This profiler is most 1412 Use a statistical profiler, statprof. This profiler is most
1413 most useful for profiling commands that run for longer than 1413 useful for profiling commands that run for longer than about 0.1
1414 about 0.1 seconds. 1414 seconds.
1415 1415
1416 ``format`` 1416 ``format``
1417 Profiling format. Specific to the ``ls`` instrumenting profiler. 1417 Profiling format. Specific to the ``ls`` instrumenting profiler.
1418 (default: text) 1418 (default: text)
1419 1419