##// END OF EJS Templates
Warnings are raised if the slowest timing is greater than 1e-6...
Warnings are raised if the slowest timing is greater than 1e-6 It is often irritating when you do something like %timeit 3 and a warning pops up. This assumes that any timing less than a microsecond does not really matter

File last commit:

r17334:44428fb9
r18127:9da2f477
Show More
.gitignore
18 lines | 252 B | text/plain | TextLexer
MANIFEST
build
dist
_build
docs/man/*.gz
docs/source/api/generated
docs/source/config/options
docs/gh-pages
IPython/html/notebook/static/mathjax
IPython/html/static/style/*.map
*.py[co]
__pycache__
*.egg-info
*~
*.bak
.ipynb_checkpoints
.tox
.DS_Store