Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TimeInQueueMicroseconds

The amount of time the read request waited in the AsyncReadManager queue, in microseconds.
Read time 1 minuteLast updated 12 days ago

Definition

public readonly double TimeInQueueMicroseconds { get; }

Remarks

For read requests that were actively reading or had already finished when this metrics record was created, the time reported is the total time spent in the queue. For pending requests still waiting in the queue, the time reported is the time spent in the queue so far.