A profiling tool that traces your application's execution
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
functiontrace-0.1.3.dev0.tar.gz
(92.0 kB
view hashes)