You are viewing an older version (9.3.0). Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.3.0 / IPython / utils / timing / clock2

function

IPython.utils.timing:clock2

source: /IPython/utils/timing.py :59

Signature

def   clock2 ( )  →  (t_user, t_system)

Summary

Similar to clock(), but return a tuple of user/system times.

Aliases

  • IPython.utils.timing.clock2