comparison doc/hgrc.5.txt @ 8022:4f3fdfaa3874

profiling: Adding profiling.output config variable If specified, outputs profiling data to the said file. Prints to stderr by default
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Wed, 08 Apr 2009 14:19:41 +0200
parents f779e1996e23
children fd9debb3ea1b
comparison
equal deleted inserted replaced
8021:1c2cf2e5dc9b 8022:4f3fdfaa3874
535 Default is set to repository from which the current repository 535 Default is set to repository from which the current repository
536 was cloned. 536 was cloned.
537 default-push;; 537 default-push;;
538 Optional. Directory or URL to use when pushing if no destination 538 Optional. Directory or URL to use when pushing if no destination
539 is specified. 539 is specified.
540
541 [[profiling]]
542 profiling::
543 Specifies profiling format and file output.
544 In this section description, 'profiling data' stands for the raw data
545 collected during profiling, while 'profiling report' stands for a
546 statistical text report generated from the profiling data.
547 The profiling is done using lsprof.
548 output;;
549 File path where profiling data or report should be saved.
550 If the file exists, it is replaced.
551 Default: None, data is printed on stderr
540 552
541 [[server]] 553 [[server]]
542 server:: 554 server::
543 Controls generic server settings. 555 Controls generic server settings.
544 uncompressed;; 556 uncompressed;;