diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2016-10-22 09:49:22 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2016-10-22 09:49:22 -0400 |
commit | 1798fe83344fce3350ecfd8102fa7c4082394bb1 (patch) | |
tree | f9f088b52472ae215c89c66a8c35a1348529eb53 | |
parent | 88bbd5464e61291d15390d8a7b973d1fc1f515db (diff) | |
download | python-coveragepy-git-1798fe83344fce3350ecfd8102fa7c4082394bb1.tar.gz |
Document the multiproc debug option
-rw-r--r-- | doc/cmd.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst index 6ca1fc42..bbeff182 100644 --- a/doc/cmd.rst +++ b/doc/cmd.rst @@ -449,6 +449,8 @@ to log: * ``dataop``: log when data is added to the CoverageData object. +* ``multiproc``: log the start and stop of multiprocessing processes. + * ``pid``: annotate all debug output with the process id. * ``plugin``: print information about plugin operations. |