mem: Remove units from stats description
authorHoa Nguyen <hoanguyen@ucdavis.edu>
Thu, 4 Feb 2021 23:24:43 +0000 (15:24 -0800)
committerHoa Nguyen <hoanguyen@ucdavis.edu>
Wed, 10 Feb 2021 09:03:09 +0000 (09:03 +0000)
commit5aaa392f2e0a0b133760d1e88d05e6ea0b9f43f8
tree191ee6b0b019bc096ac7adc56ed542b8640abf15
parent67f5f1c3e3f4d4a07d4cec972528a0f6a62cdab4
mem: Remove units from stats description

The change https://gem5-review.googlesource.com/c/public/gem5/+/40622
allows units to be shown in stats dump, the units in stats
descriptions are nolonger necessary. This change removes units
from stats descriptions. However, for units that are multiples
of a supported unit (e.g. MegaBytes), the units in the descriptions
are kept until unit prefixes are supported.

Change-Id: I4d87139290a8458e87da776e4328edbd6c224546
Signed-off-by: Hoa Nguyen <hoanguyen@ucdavis.edu>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/40655
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
src/mem/abstract_mem.cc
src/mem/cache/compressors/base.cc
src/mem/comm_monitor.cc
src/mem/mem_ctrl.cc
src/mem/qos/mem_ctrl.cc
src/mem/xbar.cc