(state: WarmupTickState, intervalMs: number)
| 283 | * of truth so tests and callers stay in sync. |
| 284 | */ |
| 285 | export function warmupFrameTimeTicks(state: WarmupTickState, intervalMs: number): number { |
| 286 | return state.ticks * intervalMs; |
| 287 | } |
| 288 | |
| 289 | export async function driveWarmupTicks( |
| 290 | options: WarmupTickOptions, |
no outgoing calls
no test coverage detected