Home
last modified time | relevance | path

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

/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A Dmetric.cpp95 const float negOtherTime = -(other.utime + other.stime); in operator <() local
97 std::tie(negOtherTime, other.cmdline, other.tcomm); in operator <()