comparison doc/hgrc.5.txt @ 8023:fd9debb3ea1b

profiling: Adding a profiling.format config variable Allows defining other output formats for profiling. If an invalid format is given, output a warning and ignore it. For now, only the standard 'text' value is supported.
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Thu, 02 Apr 2009 16:01:30 +0900
parents 4f3fdfaa3874
children 9a1b86cfd29e
comparison
equal deleted inserted replaced
8022:4f3fdfaa3874 8023:fd9debb3ea1b
543 Specifies profiling format and file output. 543 Specifies profiling format and file output.
544 In this section description, 'profiling data' stands for the raw data 544 In this section description, 'profiling data' stands for the raw data
545 collected during profiling, while 'profiling report' stands for a 545 collected during profiling, while 'profiling report' stands for a
546 statistical text report generated from the profiling data. 546 statistical text report generated from the profiling data.
547 The profiling is done using lsprof. 547 The profiling is done using lsprof.
548 format;;
549 Profiling format.
550 Default: text.
551 text;;
552 Generate a profiling report.
553 When saving to a file, it should be noted that only the report is saved,
554 and the profiling data is not kept.
548 output;; 555 output;;
549 File path where profiling data or report should be saved. 556 File path where profiling data or report should be saved.
550 If the file exists, it is replaced. 557 If the file exists, it is replaced.
551 Default: None, data is printed on stderr 558 Default: None, data is printed on stderr
552 559