psychopy.tools.gltools.QueryObjectInfo

class psychopy.tools.gltools.QueryObjectInfo(name, target)[source]

Object for querying information. This includes GPU timing information.

__init__(name, target)[source]

Methods

__init__(name, target)

isValid()

Check if the name associated with this object is valid.

Attributes

name

target


Back to top