bugfix us time

This commit is contained in:
ikpil 2023-05-11 00:10:09 +09:00
parent 0f16874d14
commit aa92751cb0
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ public class CrowdProfilingTool
foreach (Tuple<string, long> e in timings) foreach (Tuple<string, long> e in timings)
{ {
ImGui.Text($"{e.Item1}: {e.Item2 / 1_000} us"); ImGui.Text($"{e.Item1}: {e.Item2 / TimeSpan.TicksPerMicrosecond} us");
} }
ImGui.Text($"Update Time: {crowdUpdateTime} ms"); ImGui.Text($"Update Time: {crowdUpdateTime} ms");