For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /max/get-started.md).
Mojo function
update_wait_counts
update_wait_counts(mut counts: WaitCounts, e: ScheduleEntry, next_tag: Int)
Updates counts for one entry; next_tag is the next entry's tag (or _Ops.NONE.value for the last entry).
Args:
- โcounts (
WaitCounts): Counter aggregate updated in place. - โe (
ScheduleEntry): The schedule entry being inspected. - โnext_tag (
Int): Tag of the next entry, used to detect coalesced vm+lgkm pairs. Pass_Ops.NONE.valuefor the last entry.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!