Getting Started
Working with ODL
Developer zone
Useful facts
API Reference
odl.util.testutils.
timeit
A timer decorator.
Usage:
@timeit def myfunction(...): ... @timeit('info string') def myfunction(...): ...