base.hh (8229:78bf55f23338) base.hh (8833:2870638642bd)
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
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;

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

92 * Average number of references to a block before is was replaced.
93 * @todo This should change to an average stat once we have them.
94 */
95 Stats::Formula avgRefs;
96
97 /** The cycle that the warmup percentage was hit. */
98 Stats::Scalar warmupCycle;
99
1/*
2 * Copyright (c) 2003-2005 The Regents of The University of Michigan
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;

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

92 * Average number of references to a block before is was replaced.
93 * @todo This should change to an average stat once we have them.
94 */
95 Stats::Formula avgRefs;
96
97 /** The cycle that the warmup percentage was hit. */
98 Stats::Scalar warmupCycle;
99
100 /** Average occupancy of each context/cpu using the cache */
100 /** Average occupancy of each requestor using the cache */
101 Stats::AverageVector occupancies;
102
101 Stats::AverageVector occupancies;
102
103 /** Average occ % of each context/cpu using the cache */
103 /** Average occ % of each requestor using the cache */
104 Stats::Formula avgOccs;
105
106 /**
107 * @}
108 */
109
110 public:
111

--- 49 unchanged lines hidden ---
104 Stats::Formula avgOccs;
105
106 /**
107 * @}
108 */
109
110 public:
111

--- 49 unchanged lines hidden ---