Home
last modified time | relevance | path

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

/external/cronet/base/process/
Dprocess_metrics.h539 struct BASE_EXPORT SystemPerformanceInfo { struct
542 SystemPerformanceInfo& operator=(const SystemPerformanceInfo& other); argument
548 uint64_t idle_time = 0;
550 uint64_t read_transfer_count = 0;
552 uint64_t write_transfer_count = 0;
576 BASE_EXPORT bool GetSystemPerformanceInfo(SystemPerformanceInfo* info); argument