Home
last modified time | relevance | path

Searched refs:operRead (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/resource/
H A Dio.h38 uint64_t operRead = 0; /* number of reads merged */ member
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dio_collector_impl.cpp277 currData.operRead = StringUtil::StringToUl(items[4]); // 4 : index of reads merged in CalculateDiskStats()
306 … stats.operReadRate = IoCalculator::PercentValue(preData.operRead, currData.operRead, period); in CalculateDeviceDiskStats()