🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

functiontrace

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

functiontrace

A profiling tool that traces your application's execution

0.4.4
PyPI
Maintainers
1

Py-Functiontrace

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:

.. code:: sh

$ python foo.py

should be run as

.. code:: sh

$ python -m functiontrace foo.py

To see the various arguments, run

.. code:: sh

$ python -m functiontrace --help

Keywords

profiler

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts