pybullet: more detailed nested timings

This commit is contained in:
Erwin Coumans 2019-08-01 19:15:02 -07:00
parent 7263439c4b
commit 6d844e5df1

View File

@ -11,6 +11,9 @@ while (time.time() < t):
p.submitProfileTiming("pythontest")
time.sleep(1./240.)
p.submitProfileTiming("nested")
for i in range (100):
p.submitProfileTiming("deep_nested")
p.submitProfileTiming()
time.sleep(1./1000.)
p.submitProfileTiming()
p.submitProfileTiming()