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

Method FormatCellBytes

Source/Editor/Windows/Profiler/Network.cs:329–332  ·  view source on GitHub ↗
(object x)

Source from the content-addressed store, hash-verified

327 }
328
329 private static string FormatCellBytes(object x)
330 {
331 return Utilities.Utils.FormatBytesCount((ulong)(int)x);
332 }
333
334 private static int SortRows(Control x, Control y)
335 {

Callers

nothing calls this directly

Calls 1

FormatBytesCountMethod · 0.80

Tested by

no test coverage detected