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

/gem5/src/base/
H A Dstatistics.hh384 std::vector<std::string> &subn = info->subnames; local
385 if (subn.size() <= index)
386 subn.resize(index + 1);
387 subn[index] = name;

Completed in 6 milliseconds