(bytesPerSec)
| 247 | } |
| 248 | |
| 249 | function formatRate(bytesPerSec) { |
| 250 | return formatBytes(bytesPerSec) + "/s" |
| 251 | } |
| 252 | |
| 253 | // `hasSamples` false means no probe has come back yet, which is different from |
| 254 | // a probe that timed out. The rows stay mounted through that gap and read "--" |
nothing calls this directly
no test coverage detected