vispy.util.ptime module

ptime.py - Precision time function made os-independent (should have been taken care of by python)

vispy.util.ptime.time()[source]

Return the current time in seconds with high precision

(Unix version, use Manager.time() to stay platform independent.)

vispy.util.ptime.unixTime()[source]

Return the current time in seconds with high precision

(Unix version, use Manager.time() to stay platform independent.)

vispy.util.ptime.winTime()[source]

Return the current time in seconds with high precision

(Windows version, use Manager.time() to stay platform independent.)