Deleted Added
sdiff udiff text old ( 7813:7338bc628489 ) new ( 7897:d9e8b1fd1a9f )
full compact
1/*
2 * Copyright (c) 2004-2006 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 483 unchanged lines hidden (view full) ---

492
493 /** Number of instructions issued per cycle. */
494 Stats::Formula issueRate;
495
496 /** Number of times the FU was busy. */
497 Stats::Vector fuBusy;
498 /** Number of times the FU was busy per instruction issued. */
499 Stats::Formula fuBusyRate;
500};
501
502#endif //__CPU_O3_INST_QUEUE_HH__