comparison doc/hgrc.5.txt @ 8024:9a1b86cfd29e

profiling: Adding support for kcachegrind output format, using lsprofcalltree
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Wed, 08 Apr 2009 14:20:57 +0200
parents fd9debb3ea1b
children 89c80c3dc584
comparison
equal deleted inserted replaced
8023:fd9debb3ea1b 8024:9a1b86cfd29e
550 Default: text. 550 Default: text.
551 text;; 551 text;;
552 Generate a profiling report. 552 Generate a profiling report.
553 When saving to a file, it should be noted that only the report is saved, 553 When saving to a file, it should be noted that only the report is saved,
554 and the profiling data is not kept. 554 and the profiling data is not kept.
555 kcachegrind;;
556 Format profiling data for kcachegrind use:
557 when saving to a file, the generated file can directly be loaded
558 into kcachegrind.
555 output;; 559 output;;
556 File path where profiling data or report should be saved. 560 File path where profiling data or report should be saved.
557 If the file exists, it is replaced. 561 If the file exists, it is replaced.
558 Default: None, data is printed on stderr 562 Default: None, data is printed on stderr
559 563