Hoa Nguyen has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/40735 )

Change subject: cpu: Remove units from stats description
......................................................................

cpu: Remove units from stats description

A recent 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

Change-Id: Ib63ea44e757f755f761b20b40e045bc37c90baff
Signed-off-by: Hoa Nguyen <hoangu...@ucdavis.edu>
---
M src/cpu/testers/traffic_gen/base.cc
1 file changed, 2 insertions(+), 2 deletions(-)



diff --git a/src/cpu/testers/traffic_gen/base.cc b/src/cpu/testers/traffic_gen/base.cc
index 46c158b..320de92 100644
--- a/src/cpu/testers/traffic_gen/base.cc
+++ b/src/cpu/testers/traffic_gen/base.cc
@@ -353,9 +353,9 @@
                "Avg latency of write requests",
                totalWriteLatency / totalWrites),
       ADD_STAT(readBW, UNIT_RATE(Stats::Units::Byte, Stats::Units::Second),
-               "Read bandwidth in bytes/s", bytesRead / simSeconds),
+               "Read bandwidth", bytesRead / simSeconds),
ADD_STAT(writeBW, UNIT_RATE(Stats::Units::Byte, Stats::Units::Second),
-               "Write bandwidth in bytes/s", bytesWritten / simSeconds)
+               "Write bandwidth", bytesWritten / simSeconds)
 {
 }


--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/40735
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: Ib63ea44e757f755f761b20b40e045bc37c90baff
Gerrit-Change-Number: 40735
Gerrit-PatchSet: 1
Gerrit-Owner: Hoa Nguyen <hoangu...@ucdavis.edu>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to