Deleted Added
sdiff udiff text old ( 8229:78bf55f23338 ) new ( 8777:dd43f1c9fa0a )
full compact
1/*
2 * Copyright (c) 2004-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;

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

56 Stats::Scalar _quiesce;
57 Stats::Scalar _hwrei;
58
59 Stats::Vector _iplCount;
60 Stats::Vector _iplGood;
61 Stats::Vector _iplTicks;
62 Stats::Formula _iplUsed;
63
64#if THE_ISA == ALPHA_ISA
65 Stats::Vector _syscall;
66#endif
67// Stats::Vector _faults;
68
69 private:
70 int iplLast;
71 Tick iplLastTick;
72
73 public:
74 Statistics(System *system);

--- 18 unchanged lines hidden ---