summaryrefslogtreecommitdiff
path: root/Lib/trace.py
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2003-06-27 19:09:33 +0000
committerSkip Montanaro <skip@pobox.com>2003-06-27 19:09:33 +0000
commit039f03b428535e59eeb046f261ee05e284a555ef (patch)
tree5cc4b2d54073bc3a145c29c546e2dc8360e308bc /Lib/trace.py
parentcd47b80254ba0925ad486b78462f172409547ee3 (diff)
downloadcpython-039f03b428535e59eeb046f261ee05e284a555ef.tar.gz
add mention of -l, --listfuncs to usage() small part of 542562
Diffstat (limited to 'Lib/trace.py')
-rw-r--r--Lib/trace.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/trace.py b/Lib/trace.py
index 89f3162979..ab489d8cd6 100644
--- a/Lib/trace.py
+++ b/Lib/trace.py
@@ -74,6 +74,9 @@ Otherwise, exactly one of the following three options must be given:
and write the counts to <module>.cover for each
module executed, in the module's directory.
See also `--coverdir', `--file', `--no-report' below.
+-l, --listfuncs Keep track of which functions are executed at least
+ once and write the results to sys.stdout after the the
+ program exits.
-r, --report Generate a report from a counts file; do not execute
any code. `--file' must specify the results file to
read, which must have been created in a previous run