forked from bit/DotRecastNetSim
replace sampling time in CrowdAgentProfilingSampleTool
This commit is contained in:
parent
c4bed04c19
commit
0909818379
|
@ -118,8 +118,8 @@ public class CrowdAgentProfilingSampleTool : ISampleTool
|
|||
ImGui.Text($"{rtt.Key}: {rtt.Micros} us");
|
||||
}
|
||||
|
||||
ImGui.Text($"Sampling Time: {_tool.GetCrowdUpdateSamplingTime()} ms");
|
||||
ImGui.Text($"Current Update Time: {_tool.GetCrowdUpdateTime()} ms");
|
||||
ImGui.Text($"Sampling Update Time: {_tool.GetCrowdUpdateSamplingTime()} ms");
|
||||
ImGui.Text($"Avg Update Time: {_tool.GetCrowdUpdateAvgTime()} ms");
|
||||
ImGui.Text($"Max Update Time: {_tool.GetCrowdUpdateMaxTime()} ms");
|
||||
ImGui.Text($"Min Update Time: {_tool.GetCrowdUpdateMinTime()} ms");
|
||||
|
|
Loading…
Reference in New Issue