metrics_metric_timer_start
Start a timer to measure elapsed time for performance tracking in AI applications. Returns a timer ID for stopping the timer later.
Instructions
[metrics] Start a timer for measuring elapsed time. Returns a timer_id string — pass it to metric_timer_stop. Multiple timers with the same name can run concurrently.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |