◆ __init__()
| pygaze._time.pygametime.PyGameTime.__init__ |
( |
| self | ) |
|
◆ expend()
| pygaze._time.pygametime.PyGameTime.expend |
( |
| self | ) |
|
Completely ends the experiment (only call this at the end!)
arguments
None
keyword arguments
None
returns
endtime -- ending time of the experiment (in milliseconds since
expbegintime
Reimplemented from pygaze._time.basetime.BaseTime.
◆ expstart()
| pygaze._time.pygametime.PyGameTime.expstart |
( |
| self | ) |
|
◆ get_time()
| pygaze._time.pygametime.PyGameTime.get_time |
( |
| self | ) |
|
Returns current time in milliseconds
arguments
None
keyword arguments
None
returns
time -- current time in milliseconds, as measured since
expbegintime
Reimplemented from pygaze._time.basetime.BaseTime.
◆ pause()
| pygaze._time.pygametime.PyGameTime.pause |
( |
| self, |
|
|
| pausetime ) |
Pauses the experiment for given number of milliseconds
arguments
pausetime -- time to pause in milliseconds
keyword arguments
None
returns
pausetime -- actual time the system paused (in milliseconds)
Reimplemented from pygaze._time.basetime.BaseTime.
◆ _cpu_time
| pygaze._time.pygametime.PyGameTime._cpu_time = time.perf_counter |
|
protected |
The documentation for this class was generated from the following file: