GPUCoalescer.cc (11325:67cc559d513a) GPUCoalescer.cc (11523:81332eb10367)
1/*
2 * Copyright (c) 2013-2015 Advanced Micro Devices, Inc.
3 * All rights reserved.
4 *
5 * For use for simulation and test purposes only
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are met:

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

1279 curTick(), m_version, "Coal",
1280 success ? "Done" : "SC_Failed", "", "",
1281 printAddress(srequest->pkt->getAddr()), total_lat);
1282}
1283
1284void
1285GPUCoalescer::regStats()
1286{
1/*
2 * Copyright (c) 2013-2015 Advanced Micro Devices, Inc.
3 * All rights reserved.
4 *
5 * For use for simulation and test purposes only
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are met:

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

1279 curTick(), m_version, "Coal",
1280 success ? "Done" : "SC_Failed", "", "",
1281 printAddress(srequest->pkt->getAddr()), total_lat);
1282}
1283
1284void
1285GPUCoalescer::regStats()
1286{
1287 RubyPort::regStats();
1288
1287 // These statistical variables are not for display.
1288 // The profiler will collate these across different
1289 // coalescers and display those collated statistics.
1290 m_outstandReqHist.init(10);
1291 m_latencyHist.init(10);
1292 m_missLatencyHist.init(10);
1293
1294 for (int i = 0; i < RubyRequestType_NUM; i++) {

--- 103 unchanged lines hidden ---
1289 // These statistical variables are not for display.
1290 // The profiler will collate these across different
1291 // coalescers and display those collated statistics.
1292 m_outstandReqHist.init(10);
1293 m_latencyHist.init(10);
1294 m_missLatencyHist.init(10);
1295
1296 for (int i = 0; i < RubyRequestType_NUM; i++) {

--- 103 unchanged lines hidden ---