Searched refs:stat2 (Results 1 - 2 of 2) sorted by relevance

/gem5/src/base/stats/
H A Dinfo.hh144 * @param stat2 The second stat.
145 * @return stat1's name is alphabetically before stat2's
147 static bool less(Info *stat1, Info *stat2);
/gem5/src/base/
H A Dstatistics.cc231 Info::less(Info *stat1, Info *stat2) argument
234 const string &name2 = stat2->name;

Completed in 7 milliseconds