(task, ms)
| 2432 | } |
| 2433 | } |
| 2434 | function markTaskCanceled(task, ms) { |
| 2435 | { |
| 2436 | profilingState[QUEUE_SIZE]--; |
| 2437 | |
| 2438 | if (eventLog !== null) { |
| 2439 | logEvent([TaskCancelEvent, ms * 1000, task.id]); |
| 2440 | } |
| 2441 | } |
| 2442 | } |
| 2443 | function markTaskErrored(task, ms) { |
| 2444 | { |
| 2445 | profilingState[PRIORITY] = NoPriority; |
no test coverage detected
searching dependent graphs…