Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 216 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 216 Bytes

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