Statistics#
Statistics Impl's.
The statistics implemented classes.
Statistics
#
Statistics(
players: int,
playing_players: int,
uptime: int,
memory: statistics_.Memory,
cpu: statistics_.Cpu,
frame_statistics: statistics_.FrameStatistics | None,
)
Bases: statistics_.Statistics
frame_stats
property
#
frame_stats: statistics_.FrameStatistics | None
The frame statistics of the session.