Skip to content

Files

Latest commit

51b8f90 · May 28, 2017

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