Searched defs:SystemPerformanceInfo (Results 1 – 1 of 1) sorted by relevance
536 struct BASE_EXPORT SystemPerformanceInfo { struct539 SystemPerformanceInfo& operator=(const SystemPerformanceInfo& other); argument545 uint64_t idle_time = 0;547 uint64_t read_transfer_count = 0;549 uint64_t write_transfer_count = 0;573 BASE_EXPORT bool GetSystemPerformanceInfo(SystemPerformanceInfo* info); argument