260d259
< void printStats(std::ostream& out) const;
850,865d848
< void
< $c_ident::printStats(ostream& out) const
< {
< ''')
< #
< # Cache and Memory Controllers have specific profilers associated with
< # them. Print out these stats before dumping state transition stats.
< #
< for param in self.config_parameters:
< if param.type_ast.type.ident == "DirectoryMemory":
< assert(param.pointer)
< code(' m_${{param.ident}}_ptr->printStats(out);')
<
< code('''
< }
<