stats.hh (5883:c810b7d4383d) stats.hh (7068:08c34d3fb19d)
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;

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

29 */
30
31#ifndef __SIM_STATS_HH__
32#define __SIM_STATS_HH__
33
34#include "base/statistics.hh"
35
36extern Stats::Formula simSeconds;
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;

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

29 */
30
31#ifndef __SIM_STATS_HH__
32#define __SIM_STATS_HH__
33
34#include "base/statistics.hh"
35
36extern Stats::Formula simSeconds;
37extern Stats::Value simTicks;
38extern Stats::Value simFreq;
37
38#endif // __SIM_SIM_STATS_HH__
39
40#endif // __SIM_SIM_STATS_HH__