Getting Started
Working with ODL
Developer zone
Useful facts
API Reference
odl.util.testutils.
timer
A timer context manager.
Usage:
with timer('name'): # Do stuff
Prints the time stuff took to execute.