/probe-agent-py

Profiling agent for https://github.com/aocenas/probe

Primary LanguagePython

Profiler agent for https://github.com/aocenas/probe

Installation

pip install probe-agent

Profiling

from probe_agent import Probe
with Probe():
    # Code you want to profile