stat_control.hh (9554:406fbcf60223) stat_control.hh (11793:ef606668d247)
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

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

39 *
40 * Authors: Nathan Binkert
41 * Sascha Bischoff
42 */
43
44#ifndef __SIM_STAT_CONTROL_HH__
45#define __SIM_STAT_CONTROL_HH__
46
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

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

39 *
40 * Authors: Nathan Binkert
41 * Sascha Bischoff
42 */
43
44#ifndef __SIM_STAT_CONTROL_HH__
45#define __SIM_STAT_CONTROL_HH__
46
47#include "base/types.hh"
48#include "sim/core.hh"
49
47namespace Stats {
48
49double statElapsedTime();
50
51Tick statElapsedTicks();
52
53Tick statFinalTick();
54

--- 32 unchanged lines hidden ---
50namespace Stats {
51
52double statElapsedTime();
53
54Tick statElapsedTicks();
55
56Tick statFinalTick();
57

--- 32 unchanged lines hidden ---