Add formatting to network profiler bytes values
This commit is contained in:
@@ -52,7 +52,7 @@ namespace FlaxEditor.Windows.Profiler
|
||||
|
||||
private static string FormatSampleBytes(float v)
|
||||
{
|
||||
return (uint)v + " bytes";
|
||||
return Utilities.Utils.FormatBytesCount((ulong)v);
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
|
||||
Reference in New Issue
Block a user