pybullet: more detailed nested timings
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user