Timing Utilities#

Simple tools for timing functions’ execution, when IPython is not available.

sympy.utilities.timeutils.timed(func, setup='pass', limit=None)[source]#

Adaptively measure execution time of a function.