Deleted Added
sdiff udiff text old ( 6153:0011560d49b0 ) new ( 6154:6bb54dcb940e )
full compact
1/*
2 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
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;

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

49 *
50 * $Id$
51 *
52 */
53
54#ifndef PROFILER_H
55#define PROFILER_H
56
57#include "Global.hh"
58#include "GenericMachineType.hh"
59#include "RubyConfig.hh"
60#include "Histogram.hh"
61#include "Consumer.hh"
62#include "AccessModeType.hh"
63#include "AccessType.hh"
64#include "NodeID.hh"
65#include "MachineID.hh"
66#include "PrefetchBit.hh"
67#include "Address.hh"
68#include "Set.hh"
69#include "CacheRequestType.hh"
70#include "GenericRequestType.hh"
71
72class CacheMsg;
73class CacheProfiler;
74class AddressProfiler;
75
76template <class KEY_TYPE, class VALUE_TYPE> class Map;
77
78class Profiler : public Consumer {

--- 244 unchanged lines hidden ---