26.7.1.2. Main options¶
The --listfuncs option is mutually exclusive with the --trace and --count options . When --listfuncs is provided, neither --counts nor --trace are accepted, and vice versa.
--count, -c
Produce a set of annotated listing files upon program completion that shows how many times each statement was executed. See also --coverdir, --file, --no-report below.
--trace, -t
Display lines as they are executed.
--listfuncs, -l
Display the functions executed by running the program.
--report, -r
Produce an annotated list from an earlier program run that used the --count and --file option. Do not execute any code.
--trackcalls, -T
Display the calling relationships exposed by running the program.