Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 373 Bytes

File metadata and controls

12 lines (9 loc) · 373 Bytes

Pyinstrument Overview

Typical Usage

pyinstrument -m <module> --show-all -t
  • ouptput to stdout by default
  • previous runs are stored ~/.local/share/pyinstrument/reports/ and can be rerun with pyinstrument --load-prev <date:time> [options]

References