Hi,

I am simulating a large programme with various function calls for which I
want to get sats.(SE-mode)

So currently I do the following:
...
1. call m5_dump_rest_stats()
2. call my function i want to get the stats for
3. call m5_dump_stats()

Since I'm only interested in a few stats, like numCycles and cachemisses,
this means I have a lot of overhead in my stats.txt with my current
approach.
I read about --root-stats, but when I use that I get a KeyError that
numCycles is not valid.

Is there a way to capture only these specific statistics?

kind regards
Pascal
_______________________________________________
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org

Reply via email to