The %time
magic command allows you to conveniently time a single line of Python code.
Can I also time a block of code without wrapping it in a function first? Is there an equivalent function that times an entire cell?
Cell magics starts with %%
while line magics starts with %
.
http://ipython.org/ipython-doc/dev/interactive/tutorial.html#magic-functions