271
271
"callgrind.out" or end with ".callgrind", the output will be
272
272
formatted for use with KCacheGrind. Otherwise, the output
273
273
will be a pickle.
274
--coverage Generate line coverage report in the specified directory.
275
276
See doc/developers/profiling.txt for more information on profiling.
276
277
A number of debug flags are also available to assist troubleshooting and
279
-Dauth Trace authentication sections used.
280
-Derror Instead of normal error handling, always print a traceback on
282
-Devil Capture call sites that do expensive or badly-scaling
284
-Dfetch Trace history copying between repositories.
285
-Dhashcache Log every time a working file is read to determine its hash.
286
-Dhooks Trace hook execution.
287
-Dhpss Trace smart protocol requests and responses.
288
-Dhttp Trace http connections, requests and responses
289
-Dindex Trace major index operations.
290
-Dknit Trace knit operations.
291
-Dlock Trace when lockdir locks are taken or released.
292
-Dmerge Emit information for debugging merges.
293
-Dtimes Record timestamps from program start in trace file.
280
-Dauth Trace authentication sections used.
281
-Derror Instead of normal error handling, always print a traceback
283
-Devil Capture call sites that do expensive or badly-scaling
285
-Dfetch Trace history copying between repositories.
286
-Dhashcache Log every time a working file is read to determine its hash.
287
-Dhooks Trace hook execution.
288
-Dhpss Trace smart protocol requests and responses.
289
-Dhttp Trace http connections, requests and responses
290
-Dindex Trace major index operations.
291
-Dknit Trace knit operations.
292
-Dlock Trace when lockdir locks are taken or released.
293
-Dmerge Emit information for debugging merges.
294
-Dpack Emit information about pack operations.
295
-Dselftest_debug Do not disable all debug flags when running selftest.
296
298
_standard_options = \
544
546
BZR_HOME Directory holding .bazaar config dir. Overrides HOME.
545
547
BZR_HOME (Win32) Directory holding bazaar config dir. Overrides APPDATA and HOME.
546
548
BZR_REMOTE_PATH Full name of remote 'bzr' command (for bzr+ssh:// URLs).
549
BZR_SSH SSH client: paramiko (default), openssh, ssh, plink.
550
BZR_LOG Location of .bzr.log (use '/dev/null' to suppress log).
551
BZR_LOG (Win32) Location of .bzr.log (use 'NUL' to suppress log).
547
552
================ =================================================================