stats.hh (2665:a124942bacb8) stats.hh (5883:c810b7d4383d)
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;
38
39#endif // __SIM_SIM_STATS_HH__
37
38#endif // __SIM_SIM_STATS_HH__