/axil-autotime

Time everything in IPython

Primary LanguagePythonApache License 2.0Apache-2.0

axil-autotime

An improved version of ipython-autotime by Phillip Cloud:
    – uses better timer function on windows;
    – ignores function and class definitions.

Installation:

$ pip install axil-autotime

Usage

Run %load_ext autotime to load the extension.

Want to turn it off?

In [7]: %unload_ext autotime