Last updated:
0 purchases
functiontrace 0.3.7
The Python module for Functiontrace (https://functiontrace.com).
Dependencies
The FunctionTrace server must be installed for this package to work.
See installation instructions at https://functiontrace.com#installation.
Usage
To use, add -m functiontrace to the Python script you want to profile. For example:
$ python foo.py
should be run as
$ python -m functiontrace foo.py
To see the various arguments, run
$ python -m functiontrace --help
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.