Hello, I wanted to get the Avg TBE Size as a statistic for each of L1, L2, Dir and DMA for all cores. Please help me with some pointers as to where I should add code for TBE related statistics,
I tried to get hints by looking at the L1Cache_Controller.cc file generated by build. I also tried adding public variables to TBE class like cntl1cache for counter and totall1cache to sum up TBE size each time TBE gets allocated, so that totall1cache / cntl1cache gives the average, but the build gives error saying "trying to increment read-only variables". Regards, Vedika.
_______________________________________________ gem5-users mailing list -- [email protected] To unsubscribe send an email to [email protected] %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
