stats: Provide a mechanism to get a callback when stats are dumped.
This mechanism is useful for dumping output that is correlated with stats dumping, but isn't tracked by the gem5 statistics.
This commit is contained in:
@@ -103,6 +103,8 @@ def dump():
|
||||
return
|
||||
lastDump = curTick
|
||||
|
||||
internal.stats.processDumpQueue()
|
||||
|
||||
prepare()
|
||||
|
||||
for output in outputList:
|
||||
|
||||
Reference in New Issue
Block a user