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

Method FormatCellBytes

Source/Editor/Windows/Profiler/Memory.cs:129–132  ·  view source on GitHub ↗
(object x)

Source from the content-addressed store, hash-verified

127 }
128
129 private string FormatCellBytes(object x)
130 {
131 return Utilities.Utils.FormatBytesCount(Convert.ToUInt64(x));
132 }
133
134 /// <inheritdoc />
135 public override void Clear()

Callers

nothing calls this directly

Calls 1

FormatBytesCountMethod · 0.80

Tested by

no test coverage detected