stat_control.cc (9848:a733a8eb6363) | stat_control.cc (9850:87d6b41749e9) |
---|---|
1/* 2 * Copyright (c) 2012 ARM Limited 3 * All rights reserved 4 * 5 * The license below extends only to copyright in the software and shall 6 * not be construed as granting a license to any other intellectual 7 * property including but not limited to intellectual property relating 8 * to a hardware implementation of the functionality of the software --- 38 unchanged lines hidden (view full) --- 47#include <fstream> 48#include <iostream> 49#include <list> 50 51#include "base/callback.hh" 52#include "base/hostinfo.hh" 53#include "base/statistics.hh" 54#include "base/time.hh" | 1/* 2 * Copyright (c) 2012 ARM Limited 3 * All rights reserved 4 * 5 * The license below extends only to copyright in the software and shall 6 * not be construed as granting a license to any other intellectual 7 * property including but not limited to intellectual property relating 8 * to a hardware implementation of the functionality of the software --- 38 unchanged lines hidden (view full) --- 47#include <fstream> 48#include <iostream> 49#include <list> 50 51#include "base/callback.hh" 52#include "base/hostinfo.hh" 53#include "base/statistics.hh" 54#include "base/time.hh" |
55#include "config/the_isa.hh" 56#if THE_ISA == NO_ISA 57#include "arch/noisa/cpu_dummy.hh" 58#else | |
59#include "cpu/base.hh" | 55#include "cpu/base.hh" |
60#endif 61 | |
62#include "sim/eventq_impl.hh" 63#include "sim/stat_control.hh" 64 65using namespace std; 66 67Stats::Formula simSeconds; 68Stats::Value simTicks; 69Stats::Value finalTick; --- 232 unchanged lines hidden --- | 56#include "sim/eventq_impl.hh" 57#include "sim/stat_control.hh" 58 59using namespace std; 60 61Stats::Formula simSeconds; 62Stats::Value simTicks; 63Stats::Value finalTick; --- 232 unchanged lines hidden --- |