stat_control.cc (7068:08c34d3fb19d) stat_control.cc (7768:cdb18c1b51ea)
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;

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

34#include <fstream>
35#include <iostream>
36#include <list>
37
38#include "base/callback.hh"
39#include "base/hostinfo.hh"
40#include "base/statistics.hh"
41#include "base/time.hh"
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;

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

34#include <fstream>
35#include <iostream>
36#include <list>
37
38#include "base/callback.hh"
39#include "base/hostinfo.hh"
40#include "base/statistics.hh"
41#include "base/time.hh"
42
43#include "config/the_isa.hh"
44#if THE_ISA == NO_ISA
45#include "arch/noisa/cpu_dummy.hh"
46#else
42#include "cpu/base.hh"
47#include "cpu/base.hh"
48#endif
49
43#include "sim/eventq.hh"
44
45using namespace std;
46
47Stats::Formula simSeconds;
48Stats::Value simTicks;
49Stats::Value simFreq;
50

--- 147 unchanged lines hidden ---
50#include "sim/eventq.hh"
51
52using namespace std;
53
54Stats::Formula simSeconds;
55Stats::Value simTicks;
56Stats::Value simFreq;
57

--- 147 unchanged lines hidden ---