Home
last modified time | relevance | path

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

/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A Dmetric.cpp83 struct ProcStatEntry struct
85 std::string cmdline;
86 std::string tcomm;
87 float utime;
88 float stime;
92 bool operator<(const ProcStatEntry& other) const in operator <()