stdlib: Rename JsonSerializable to SerializableStat
As this abstract class now allows the output of text stats, it's more appropriate to rename it. It no longer handles processing just for JSON output Change-Id: Ia9a1e3ef4029de45a11ac261fb14c9bdfa412cdd Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/59273 Reviewed-by: Bobby Bruce <bbruce@ucdavis.edu> Tested-by: kokoro <noreply+kokoro@google.com> Maintainer: Bobby Bruce <bbruce@ucdavis.edu>
This commit is contained in:
committed by
Bobby Bruce
parent
2211fdb607
commit
5204b58e19
@@ -283,7 +283,7 @@ PySource('m5.ext.pyfdt', 'm5/ext/pyfdt/pyfdt.py')
|
||||
PySource('m5.ext.pyfdt', 'm5/ext/pyfdt/__init__.py')
|
||||
|
||||
PySource('m5.ext.pystats', 'm5/ext/pystats/__init__.py')
|
||||
PySource('m5.ext.pystats', 'm5/ext/pystats/jsonserializable.py')
|
||||
PySource('m5.ext.pystats', 'm5/ext/pystats/serializable_stat.py')
|
||||
PySource('m5.ext.pystats', 'm5/ext/pystats/group.py')
|
||||
PySource('m5.ext.pystats', 'm5/ext/pystats/simstat.py')
|
||||
PySource('m5.ext.pystats', 'm5/ext/pystats/statistic.py')
|
||||
|
||||
Reference in New Issue
Block a user