summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-10-22 09:49:22 -0400
committerNed Batchelder <ned@nedbatchelder.com>2016-10-22 09:49:22 -0400
commit1798fe83344fce3350ecfd8102fa7c4082394bb1 (patch)
treef9f088b52472ae215c89c66a8c35a1348529eb53
parent88bbd5464e61291d15390d8a7b973d1fc1f515db (diff)
downloadpython-coveragepy-git-1798fe83344fce3350ecfd8102fa7c4082394bb1.tar.gz
Document the multiproc debug option
-rw-r--r--doc/cmd.rst2
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.