![]() |
COMPASS
5.4.4
End-to-end AO simulation tool using GPU acceleration
|
Public Member Functions | |
None | __init__ (self, context context, int i) |
Create a CarmaClock object which provides timing based on GPU clock count. More... | |
None | tic (self) |
None | toc (self) |
Properties | |
cc = property | |
type of : int More... | |
gpu_freq = property | |
type of : float More... | |
time_buffer = property | |
type of : obj_double More... | |
Definition at line 135 of file carmaWrap.py.
None carmaWrap.clock.__init__ | ( | self, | |
context | context, | ||
int | i | ||
) |
Create a CarmaClock object which provides timing based on GPU clock count.
context | (CarmaContext): carma context |
i | (int): time buffer size |
Definition at line 145 of file carmaWrap.py.
None carmaWrap.clock.tic | ( | self | ) |
Definition at line 146 of file carmaWrap.py.
None carmaWrap.clock.toc | ( | self | ) |
Definition at line 147 of file carmaWrap.py.
|
static |
type of : int
Definition at line 152 of file carmaWrap.py.
|
static |
type of : float
Definition at line 159 of file carmaWrap.py.
|
static |
type of : obj_double
Definition at line 166 of file carmaWrap.py.