View Source Evision.TickMeter (Evision v0.1.14)
Link to this section Summary
Types
Type that represents an Evision.TickMeter
struct.
Functions
Return
- retval:
double
Python prototype (for reference):
Return
- retval:
double
Python prototype (for reference):
Return
- retval:
int64
Python prototype (for reference):
Return
- retval:
double
Python prototype (for reference):
Return
- retval:
double
Python prototype (for reference):
Return
- retval:
double
Python prototype (for reference):
Return
- retval:
double
Python prototype (for reference):
Return
- retval:
int64
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Python prototype (for reference):
Link to this section Types
@type t() :: %Evision.TickMeter{ref: reference()}
Type that represents an Evision.TickMeter
struct.
ref.
reference()
The underlying erlang resource variable.
Link to this section Functions
Return
- retval:
double
Python prototype (for reference):
getAvgTimeMilli() -> retval
Return
- retval:
double
Python prototype (for reference):
getAvgTimeSec() -> retval
Return
- retval:
int64
Python prototype (for reference):
getCounter() -> retval
Return
- retval:
double
Python prototype (for reference):
getFPS() -> retval
Return
- retval:
double
Python prototype (for reference):
getTimeMicro() -> retval
Return
- retval:
double
Python prototype (for reference):
getTimeMilli() -> retval
Return
- retval:
double
Python prototype (for reference):
getTimeSec() -> retval
Return
- retval:
int64
Python prototype (for reference):
getTimeTicks() -> retval
Python prototype (for reference):
reset() -> None
Python prototype (for reference):
start() -> None
Python prototype (for reference):
stop() -> None
Return
- self:
Evision.TickMeter
Python prototype (for reference):
TickMeter() -> <TickMeter object>