1 2 3 4 5 6 7
class BaseCPU { public: static int numSimulatedInsts() { return 0; } static int numSimulatedOps() { return 0; } };