Version: 2022.2
言語: 日本語
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.