mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-18 21:10:05 +00:00
pybullet: more detailed nested timings
This commit is contained in:
parent
7263439c4b
commit
6d844e5df1
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user