Sequencer.hh (11308:7d8836fd043d) Sequencer.hh (11660:cfa97c37117a)
1/*
2 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
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;

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

196 //! Counters for recording aliasing information.
197 Stats::Scalar m_store_waiting_on_load;
198 Stats::Scalar m_store_waiting_on_store;
199 Stats::Scalar m_load_waiting_on_store;
200 Stats::Scalar m_load_waiting_on_load;
201
202 int m_coreId;
203
1/*
2 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
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;

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

196 //! Counters for recording aliasing information.
197 Stats::Scalar m_store_waiting_on_load;
198 Stats::Scalar m_store_waiting_on_store;
199 Stats::Scalar m_load_waiting_on_store;
200 Stats::Scalar m_load_waiting_on_load;
201
202 int m_coreId;
203
204 bool m_usingNetworkTester;
204 bool m_runningGarnetStandalone;
205
206 //! Histogram for number of outstanding requests per cycle.
207 Stats::Histogram m_outstandReqHist;
208
209 //! Histogram for holding latency profile of all requests.
210 Stats::Histogram m_latencyHist;
211 std::vector<Stats::Histogram *> m_typeLatencyHist;
212

--- 51 unchanged lines hidden ---
205
206 //! Histogram for number of outstanding requests per cycle.
207 Stats::Histogram m_outstandReqHist;
208
209 //! Histogram for holding latency profile of all requests.
210 Stats::Histogram m_latencyHist;
211 std::vector<Stats::Histogram *> m_typeLatencyHist;
212

--- 51 unchanged lines hidden ---