Home
last modified time | relevance | path

Searched refs:ProcessIoStatsInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/resource/
H A Dio.h91 struct ProcessIoStatsInfo { struct
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H A Dio_collector_impl.h68 std::unordered_map<int32_t, ProcessIoStatsInfo> procIoStatsMap_;
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dio_collector_impl.cpp556 ProcessIoStatsInfo& statsInfo = procIoStatsMap_[pid]; in CalculateProcIoStats()