Searched refs:counts (Results 1 - 5 of 5) sorted by relevance

/gem5/src/cpu/simple/probes/
H A Dsimpoint.cc118 std::vector<std::pair<uint64_t, uint64_t> > counts; local
123 counts.push_back(std::make_pair(info.id, info.count));
127 std::sort(counts.begin(), counts.end());
131 for (auto cnt_itr = counts.begin(); cnt_itr != counts.end();
/gem5/src/systemc/core/
H A Dmodule.hh57 std::map<std::string, int> counts; member in class:sc_gem5::UniqueNameGen
65 os << seed << "_" << counts[seed]++; local
/gem5/util/
H A Dfind_copyrights.py239 counts = {}
262 if owner not in counts:
263 counts[owner] = 0
266 counts[owner] += 1
268 info = [ (counts[o], d, o) for o,d in copyrights.items() ]
/gem5/util/minorview/
H A Dmodel.py212 self.counts = []
215 self.counts = map(int, re.split('/', string))
219 return map(colours.number_to_colour, self.counts)
295 strip and stripelems counts are picked up from the pair
402 'counts': Counts
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc3099 const std::string counts = local
3102 printf("%s from %s", counts.c_str(), test_case.name());
3152 const std::string counts = local
3156 counts.c_str(), test_case.name(),

Completed in 30 milliseconds