Home
last modified time | relevance | path

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

/hardware/google/pixel/perfstatsd/include/
Dio_usage.h47 struct UserIo { struct
56 UserIo &operator=(const UserIo &other) { argument
67 UserIo operator-(const UserIo &other) const {
68 UserIo r; argument
79 UserIo operator+(const UserIo &other) const {
80 UserIo r; argument
135 std::unordered_map<uint32_t, UserIo> mPrevious;
136 UserIo mTotal;
137 UserIo mWriteTop[IO_TOP_MAX];
138 UserIo mReadTop[IO_TOP_MAX];
[all …]