Version: 2022.3

AsyncReadManagerMetrics.GetTotalSizeOfNonASRMReadsBytes

切换到手册
public static ulong GetTotalSizeOfNonASRMReadsBytes (bool emptyAfterRead);

参数

emptyAfterRead Set to true to reset the underlying data counter to zero after calling this function. Set to false if you want each call to this function to return the running, cumulative total.

返回

ulong Number of bytes of data read through systems other than the AsyncReadManager since you started metrics collection or you cleared this data counter by setting emptyAfterRead to true.

描述

Returns the amount of data (in bytes) read through systems other than the AsyncReadManager.