def convert_bytes_to_mib()

in read_stall_retry/latency_per_time_gap.py [0:0]


def convert_bytes_to_mib(bytes: int) -> float:
    return bytes / (1024 ** 2)