MessageBuffer.hh (13799:15badf7874ee) MessageBuffer.hh (14217:68c3d00f780a)
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;

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

187
188 // variables used so enqueues appear to happen immediately, while
189 // pop happen the next cycle
190 Tick m_time_last_time_enqueue;
191 Tick m_time_last_time_pop;
192 Tick m_last_arrival_time;
193
194 unsigned int m_size_at_cycle_start;
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;

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

187
188 // variables used so enqueues appear to happen immediately, while
189 // pop happen the next cycle
190 Tick m_time_last_time_enqueue;
191 Tick m_time_last_time_pop;
192 Tick m_last_arrival_time;
193
194 unsigned int m_size_at_cycle_start;
195 unsigned int m_stalled_at_cycle_start;
195 unsigned int m_msgs_this_cycle;
196
197 Stats::Scalar m_not_avail_count; // count the # of times I didn't have N
198 // slots available
199 uint64_t m_msg_counter;
200 int m_priority_rank;
201 const bool m_strict_fifo;
202 const bool m_randomization;

--- 21 unchanged lines hidden ---
196 unsigned int m_msgs_this_cycle;
197
198 Stats::Scalar m_not_avail_count; // count the # of times I didn't have N
199 // slots available
200 uint64_t m_msg_counter;
201 int m_priority_rank;
202 const bool m_strict_fifo;
203 const bool m_randomization;

--- 21 unchanged lines hidden ---