mercurial/help/config.txt
changeset 30317 3fd53cc1aad8
parent 30316 faf1b8923da2
child 30347 494d5cec0b07
equal deleted inserted replaced
30316:faf1b8923da2 30317:3fd53cc1aad8
  1399 
  1399 
  1400     This is equivalent to passing ``--profile`` on the command line.
  1400     This is equivalent to passing ``--profile`` on the command line.
  1401 
  1401 
  1402 ``type``
  1402 ``type``
  1403     The type of profiler to use.
  1403     The type of profiler to use.
  1404     (default: ls)
  1404     (default: stat)
  1405 
  1405 
  1406     ``ls``
  1406     ``ls``
  1407       Use Python's built-in instrumenting profiler. This profiler
  1407       Use Python's built-in instrumenting profiler. This profiler
  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