Searched defs:ProcStatEntry (Results 1 – 1 of 1) sorted by relevance
83 struct ProcStatEntry struct85 std::string cmdline;86 std::string tcomm;87 float utime;88 float stime;92 bool operator<(const ProcStatEntry& other) const in operator <()