/ . / Benchmark / Frame_Rate_Timer
Monitor the Chimera frame rate using the "check for changes" trigger.
Methods
|
|
|
stop_reporting
|
stop_reporting ( self )
|
|
check_for_changes_cb
|
check_for_changes_cb (
self,
trigger,
callData,
triggerData,
)
|
|
report_rate
|
report_rate ( self, rate )
|
|
add_handler
|
add_handler ( self )
|
|
report_once
|
report_once ( self )
|
|
force_redisplay
|
force_redisplay ( self )
|
|
report_continuously
|
report_continuously ( self )
|
|
__init__
|
__init__ (
self,
report_frame_rate_cb,
averaging_interval,
)
|
|
remove_handler
|
remove_handler ( self )
|
|
|