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

/gem5/src/sim/power/
H A Dmathexpr_powermodel.cc70 stats_map[i->name.substr(basename.size())] = i;
73 stats_map[i->name] = i;
135 const auto it = stats_map.find(name);
136 if (it == stats_map.cend()) {
H A Dmathexpr_powermodel.hh117 std::unordered_map<std::string, Stats::Info*> stats_map; member in class:MathExprPowerModel

Completed in 3 milliseconds