diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2022-11-20 09:45:01 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-11-20 10:58:33 -0500 |
| commit | 1cd6c9bba0b4ba3018bf1b28fee645a7dd98fe68 (patch) | |
| tree | 2e5e19653ad2d215a9f02758c18ade54d08f357d /doc/cmd.rst | |
| parent | 66c45143008366726293a341405d45a3a8e9ed87 (diff) | |
| download | python-coveragepy-git-1cd6c9bba0b4ba3018bf1b28fee645a7dd98fe68.tar.gz | |
perf: more combine speed-ups
By avoiding writing metadata that differs but doesn't change the data,
we get a higher hitrate on the hash-checking when combining.
Use --debug=process to include these details for debugging.
Diffstat (limited to 'doc/cmd.rst')
| -rw-r--r-- | doc/cmd.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst index be323c0c..919b6d88 100644 --- a/doc/cmd.rst +++ b/doc/cmd.rst @@ -1025,7 +1025,8 @@ of operation to log: * ``plugin``: print information about plugin operations. * ``process``: show process creation information, and changes in the current - directory. + directory. This also writes a timestamp and command arguments into the data + file. * ``pybehave``: show the values of `internal flags <env.py_>`_ describing the behavior of the current version of Python. |
