Hello everyone,
I am trying to add some counters to cache memory implementation, I need to save 
the value of the counters at end of the execution, so I tried to print the 
counters in the destructor of the cache replacement policy 
src/mem/cache/tags/lru.cc and in the cache destructor 
src/mem/cache/cache_impl.hh but these destructors are never used.
I just want to print some values when execution finishes.
Thanks in advance                                 Rodrigo                       
                  
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to