gs.options.ProfilingOptions#
Configures runtime profiling, including whether to report the per-step frame rate and how that moving average is smoothed.
- class genesis.options.profiling.ProfilingOptions(*, show_FPS: bool = True, FPS_tracker_alpha: float = 0.95) None[source]#
Profiling options
- Parameters:
show_FPS (bool) – Whether to show the frame rate each step. Default true
FPS_tracker_alpha (float) – Exponential decay momentum for FPS moving average