X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fdev%2Farm%2Fufs_device.cc;h=830b841b2ab84233f4f4d815ac465426cf161426;hb=42e02475070905a8a41ad7823169a79cc651f857;hp=f7b6d82e73b746261f5800210962fe2a163d78ff;hpb=5aaa392f2e0a0b133760d1e88d05e6ea0b9f43f8;p=gem5.git diff --git a/src/dev/arm/ufs_device.cc b/src/dev/arm/ufs_device.cc index f7b6d82e7..830b841b2 100644 --- a/src/dev/arm/ufs_device.cc +++ b/src/dev/arm/ufs_device.cc @@ -778,11 +778,11 @@ UFSHostDeviceStats::UFSHostDeviceStats(UFSHostDevice *parent) /** Average bandwidth for reads and writes */ ADD_STAT(averageReadSSDBW, UNIT_RATE(Stats::Units::Byte, Stats::Units::Second), - "Average read bandwidth (bytes/s)", + "Average read bandwidth", totalReadSSD / simSeconds), ADD_STAT(averageWriteSSDBW, UNIT_RATE(Stats::Units::Byte, Stats::Units::Second), - "Average write bandwidth (bytes/s)", + "Average write bandwidth", totalWrittenSSD / simSeconds), ADD_STAT(averageSCSIQueue, UNIT_RATE(Stats::Units::Count, Stats::Units::Tick),