Home
last modified time | relevance | path

Searched defs:SystemPerformanceInfo (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/base/process/
H A Dprocess_metrics.h514 struct BASE_EXPORT SystemPerformanceInfo { struct
517 SystemPerformanceInfo& operator=(const SystemPerformanceInfo& other); argument
523 uint64_t idle_time = 0;
525 uint64_t read_transfer_count = 0;
527 uint64_t write_transfer_count = 0;
551 BASE_EXPORT bool GetSystemPerformanceInfo(SystemPerformanceInfo* info); argument