Are you sure that the code with the arm_detailed model isn't just executing a different code path that bypasses your couts? (since you didn't specify where you added your print statements).
On Thu, Apr 5, 2012 at 5:34 PM, Tony Feng <[email protected]> wrote: > Hi, > > I plan to collect some data in timing accesses when running BBench. As > gem.fast doesn't have DPRINTF, I chose to use std::cout inside those timing > access functions to print out the data I want. > > I let the system run in Atomic before BBench running. I set a checkpoint > there. Then I tried to restore with another cpu type, e.g. arm_detailed, > which should print out the timing data. However, system restored > successfully, but nothing showed up on the screen. Does anyone have > thoughts on this? > > Thanks, > Tony > > _______________________________________________ > gem5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
