Re: [gem5-users] Reduce stats file size

2013-03-04 Thread Abdul
Anthony Gutierrez umich.edu> writes: > > > For the stats you're not interested in, I think you can remove them from the regStats() function of whichever object they belong to. > > -TonyOn Wed, Oct 24, 2012 at 4:40 PM, Runjie Zhang virginia.edu> wrote:Hello, >   I am trying to dump stats a

Re: [gem5-users] Reduce stats file size

2012-10-24 Thread Anthony Gutierrez
For the stats you're not interested in, I think you can remove them from the regStats() function of whichever object they belong to. -Tony On Wed, Oct 24, 2012 at 4:40 PM, Runjie Zhang wrote: > Hello, > > I am trying to dump stats at very fine granularity so the size of the > stats output fil

[gem5-users] Reduce stats file size

2012-10-24 Thread Runjie Zhang
Hello, I am trying to dump stats at very fine granularity so the size of the stats output file might reach tens of GBs. Besides dumping file in zipped format, are there ways to reduce the dump file size? I am only interested in <10% of lines in the stats file, can I comment out the rest in src?