Skip to main content

Module timer

Module timer 

Source
Expand description

MATLAB-compatible timer handle objects.

Timer objects are handle objects with MATLAB timer properties. RunMat keeps timers in a per-thread registry so timerfind can discover them after the constructor returns. Lifecycle methods execute callbacks on the current VM path rather than a background event thread; this keeps callback execution deterministic across native and wasm hosts.

Constants§

FUSION_SPEC
GPU_SPEC
TIMERFINDALL_DESCRIPTOR
TIMERFIND_DESCRIPTOR
TIMER_DESCRIPTOR
TIMER_METHOD_DESCRIPTOR
TIMER_SETTER_DESCRIPTOR

Functions§

timer_builtin
timer_delete_builtin
timer_set_busy_mode_builtin
timer_set_error_fcn_builtin
timer_set_execution_mode_builtin
timer_set_name_builtin
timer_set_object_visibility_builtin
timer_set_period_builtin
timer_set_start_delay_builtin
timer_set_start_fcn_builtin
timer_set_stop_fcn_builtin
timer_set_tag_builtin
timer_set_tasks_to_execute_builtin
timer_set_timer_fcn_builtin
timer_set_user_data_builtin
timer_start_builtin
timer_startat_builtin
timer_stop_builtin
timer_wait_builtin
timerfind_builtin
timerfindall_builtin