Re: [gem5-users] How to output customized array values after gem5 finish execution

2013-06-25 Thread Ali Saidi
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" wrote: > Hi everyone, > I defined an array under public section of BaseCache class. I changed >

[gem5-users] How to output customized array values after gem5 finish execution

2013-06-23 Thread Ding, Hongyuan
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