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
>
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