73a74,76
> #include "params/RubyProfiler.hh"
> #include "sim/sim_object.hh"
>
102c105
< class Profiler : public Consumer {
---
> class Profiler : public SimObject, public Consumer {
105c108,109
< Profiler(const string & name);
---
> typedef RubyProfilerParams Params;
> Profiler(const Params *);
263,264d266
< string m_name;
<