base: Move Stats::Info functions to its own source file
authorDaniel R. Carvalho <odanrc@yahoo.com.br>
Wed, 5 Feb 2020 08:46:18 +0000 (09:46 +0100)
committerDaniel Carvalho <odanrc@yahoo.com.br>
Wed, 3 Feb 2021 01:12:27 +0000 (01:12 +0000)
commite59557af500d1633b1f41b023d6c072acaf145a0
treec1d23744f12acd1f766c15871a50e49147d1621e
parent0e4778833723c3b2f15b113f2c32a9eeb4b2cecb
base: Move Stats::Info functions to its own source file

Move information needed by Stats::Info and its derived classes
from base/statistics.cc to its own source file.

Create a SConscript in the stats sub-dir to start clustering
stats related files.

Change-Id: I1e5e828c7814748c2582755f664550241caf860e
Signed-off-by: Daniel R. Carvalho <odanrc@yahoo.com.br>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/25424
Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu>
Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu>
Tested-by: kokoro <noreply+kokoro@google.com>
src/base/SConscript
src/base/statistics.cc
src/base/statistics.hh
src/base/stats/SConscript [new file with mode: 0644]
src/base/stats/info.cc [new file with mode: 0644]
src/base/stats/info.hh