(float v)
| 317 | } |
| 318 | |
| 319 | private static string FormatSampleBytes(float v) |
| 320 | { |
| 321 | return Utilities.Utils.FormatBytesCount((ulong)v); |
| 322 | } |
| 323 | |
| 324 | private static string FormatSampleBytesRate(float v) |
| 325 | { |
nothing calls this directly
no test coverage detected