You could create a VectorStatistic and output it that way. We don't do a good job of calling all the destructors in the system when we exit.
Ali On Jun 23, 2013, at 10:54 PM, "Ding, Hongyuan" <[email protected]> wrote: > Hi everyone, > I defined an array under public section of BaseCache class. I changed > its values in Cache::access() function. I need to output its values after > gem5 finished one program. I tried to output its values to the screen in the > destructor ~BaseCache(), however, it seems that gem5 didn't execute this > function. I don't know how to output its values after gem5 finish execution. > Could anyone help me out? > Thanks so much in advance. > > -- > Best regard, > Hongyuan Ding > _______________________________________________ > 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
