scistag.vislog.visual_log_statistics.VisualLogStatistics

class VisualLogStatistics(update_rate, update_counter, uptime)[source]

Bases: object

Provides information about the VisualLog’s health and performance

Methods

Attributes

__annotations__

__dataclass_fields__

__dataclass_params__

__dict__

__doc__

__hash__

__module__

__weakref__

list of weak references to the object (if defined)

update_rate

The current average update rate per second

update_counter

The total count of updates

uptime

The log's uptime in seconds

update_counter: int

The total count of updates

update_rate: float

The current average update rate per second

uptime: float

The log’s uptime in seconds