forked from bit/DotRecastNetSim
bugfix us time
This commit is contained in:
parent
0f16874d14
commit
aa92751cb0
|
@ -139,7 +139,7 @@ public class CrowdProfilingTool
|
|||
|
||||
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");
|
||||
|
|
Loading…
Reference in New Issue