ComputeResult
- interface ComputeResult<T>
exported from
runtime.dType parameters
T
Properties
Property |
Type |
Description |
|---|---|---|
|
|
Use bucketMaximumMs . |
|
|
Total CPU milliseconds available to compute jobs in this execution (10000ms). |
|
|
Remaining CPU milliseconds available to compute jobs in this execution. |
|
|
— |
|
|
CPU milliseconds charged to this job, rounded up to the next millisecond. |
|
|
Wall-clock milliseconds spent waiting for the callback to settle. |