base.cc (12600:e670dd17c8cf) base.cc (12702:27cb33a96e0f)
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

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

753 .flags(total | nozero | nonan)
754 ;
755 overallAvgMshrUncacheableLatency =
756 overallMshrUncacheableLatency / overallMshrUncacheable;
757 for (int i = 0; i < system->maxMasters(); i++) {
758 overallAvgMshrUncacheableLatency.subname(i, system->getMasterName(i));
759 }
760
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

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

753 .flags(total | nozero | nonan)
754 ;
755 overallAvgMshrUncacheableLatency =
756 overallMshrUncacheableLatency / overallMshrUncacheable;
757 for (int i = 0; i < system->maxMasters(); i++) {
758 overallAvgMshrUncacheableLatency.subname(i, system->getMasterName(i));
759 }
760
761 replacements
762 .name(name() + ".replacements")
763 .desc("number of replacements")
764 ;
761}
765}