inst_queue.hh (7813:7338bc628489) inst_queue.hh (7897:d9e8b1fd1a9f)
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;
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 public:
501 Stats::Scalar intInstQueueReads;
502 Stats::Scalar intInstQueueWrites;
503 Stats::Scalar intInstQueueWakeupAccesses;
504 Stats::Scalar fpInstQueueReads;
505 Stats::Scalar fpInstQueueWrites;
506 Stats::Scalar fpInstQueueWakeupQccesses;
507
508 Stats::Scalar intAluAccesses;
509 Stats::Scalar fpAluAccesses;
500};
501
502#endif //__CPU_O3_INST_QUEUE_HH__
510};
511
512#endif //__CPU_O3_INST_QUEUE_HH__