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
hal::stop_watch is a benchmarking tool that has APIs for determining the number of clock ticks/cycles that have elapsed between calls. This could also be used for control flow if a procedure exceeded its time bounds.
The text was updated successfully, but these errors were encountered:
hal::stop_watch
is a benchmarking tool that has APIs for determining the number of clock ticks/cycles that have elapsed between calls. This could also be used for control flow if a procedure exceeded its time bounds.The text was updated successfully, but these errors were encountered: