MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / FormatSampleBytes

Method FormatSampleBytes

Source/Editor/Windows/Profiler/Network.cs:319–322  ·  view source on GitHub ↗
(float v)

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

FormatBytesCountMethod · 0.80

Tested by

no test coverage detected