getMegaBytePerSeconds

Calculate MB/s from bytesize and a Duration value Param: byteSize - size_t Size of Data processed Param: duration - Duration of processing

float
getMegaBytePerSeconds
(
size_t byteSize
,
Duration duration
)

Return Value

Type: float

float Megabyte per second

Meta