comm_monitor.hh (11804:220375a47eeb) comm_monitor.hh (11848:f438fcbab00e)
1/*
2 * Copyright (c) 2012-2013, 2015 ARM Limited
3 * Copyright (c) 2016 Google Inc.
4 * All rights reserved.
5 *
6 * The license below extends only to copyright in the software and shall
7 * not be construed as granting a license to any other intellectual
8 * property including but not limited to intellectual property relating

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

266 void recvRespRetry();
267
268 void recvRangeChange();
269
270 /** Stats declarations, all in a struct for convenience. */
271 struct MonitorStats
272 {
273
1/*
2 * Copyright (c) 2012-2013, 2015 ARM Limited
3 * Copyright (c) 2016 Google Inc.
4 * All rights reserved.
5 *
6 * The license below extends only to copyright in the software and shall
7 * not be construed as granting a license to any other intellectual
8 * property including but not limited to intellectual property relating

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

266 void recvRespRetry();
267
268 void recvRangeChange();
269
270 /** Stats declarations, all in a struct for convenience. */
271 struct MonitorStats
272 {
273
274 /** Disable flag for burst length historgrams **/
274 /** Disable flag for burst length histograms **/
275 bool disableBurstLengthHists;
276
277 /** Histogram of read burst lengths */
278 Stats::Histogram readBurstLengthHist;
279
280 /** Histogram of write burst lengths */
281 Stats::Histogram writeBurstLengthHist;
282

--- 161 unchanged lines hidden ---
275 bool disableBurstLengthHists;
276
277 /** Histogram of read burst lengths */
278 Stats::Histogram readBurstLengthHist;
279
280 /** Histogram of write burst lengths */
281 Stats::Histogram writeBurstLengthHist;
282

--- 161 unchanged lines hidden ---