##// END OF EJS Templates
help: fix double word usage...
Gregory Szorc -
r30347:494d5cec default
parent child Browse files
Show More
@@ -1410,8 +1410,8 b' profiling is done using lsprof.'
1410 1410 identify the expensive parts of a non-trivial function.
1411 1411 ``stat``
1412 1412 Use a statistical profiler, statprof. This profiler is most
1413 most useful for profiling commands that run for longer than
1414 about 0.1 seconds.
1413 useful for profiling commands that run for longer than about 0.1
1414 seconds.
1415 1415
1416 1416 ``format``
1417 1417 Profiling format. Specific to the ``ls`` instrumenting profiler.
General Comments 0
You need to be logged in to leave comments. Login now