traffic_gen.hh (11169:44b5c183c3cd) traffic_gen.hh (11393:48b748cc6497)
1/*
2 * Copyright (c) 2012-2013 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

172 PacketPtr retryPkt;
173
174 /** Tick when the stalled packet was meant to be sent. */
175 Tick retryPktTick;
176
177 /** Event for scheduling updates */
178 EventWrapper<TrafficGen, &TrafficGen::update> updateEvent;
179
1/*
2 * Copyright (c) 2012-2013 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

172 PacketPtr retryPkt;
173
174 /** Tick when the stalled packet was meant to be sent. */
175 Tick retryPktTick;
176
177 /** Event for scheduling updates */
178 EventWrapper<TrafficGen, &TrafficGen::update> updateEvent;
179
180 uint64_t numSuppressed;
181
180 /** Count the number of generated packets. */
181 Stats::Scalar numPackets;
182
183 /** Count the number of retries. */
184 Stats::Scalar numRetries;
185
186 /** Count the time incurred from back-pressure. */
187 Stats::Scalar retryTicks;

--- 25 unchanged lines hidden ---
182 /** Count the number of generated packets. */
183 Stats::Scalar numPackets;
184
185 /** Count the number of retries. */
186 Stats::Scalar numRetries;
187
188 /** Count the time incurred from back-pressure. */
189 Stats::Scalar retryTicks;

--- 25 unchanged lines hidden ---