Does anyone know where Stats::dump() and Stats::reset() are defined? I can find it is declared in src/base/statistics.hh as this:
3121 /** Dump all statistics data to the registered outputs */ 3122 void dump(); 3123 void reset(); But i cannot find the defination of this two function.
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
