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

/gem5/src/cpu/minor/
H A Dexecute.cc129 unsigned int total_slots = 0; local
139 total_slots += fu_description->opLat;
185 name_ + ".inFlightInsts" + tid_str, "insts", total_slots);
189 name_ + ".inFUMemInsts" + tid_str, "insts", total_slots);

Completed in 9 milliseconds