You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Though detectors should make an effort to respect the updatesPerSecond value passed to their start function, it is entirely possible that the user's device cannot run as fast as the developer requests. In these cases, we could use the StatRecorder class to keep track of the average runtime and adjust the update rate as necessary.
We never want to run faster than the specified updatesPerSecond, but it is acceptable to run more slowly.
The text was updated successfully, but these errors were encountered:
Though detectors should make an effort to respect the
updatesPerSecond
value passed to theirstart
function, it is entirely possible that the user's device cannot run as fast as the developer requests. In these cases, we could use theStatRecorder
class to keep track of the average runtime and adjust the update rate as necessary.We never want to run faster than the specified
updatesPerSecond
, but it is acceptable to run more slowly.The text was updated successfully, but these errors were encountered: