mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-05 15:21:06 +00:00
update PyBullet quickstart guide pdf version
tweak profileTiming example
This commit is contained in:
parent
6d844e5df1
commit
bf90b6a1d5
Binary file not shown.
@ -8,6 +8,7 @@ t = time.time() + 3.1
|
||||
|
||||
logId = p.startStateLogging(p.STATE_LOGGING_PROFILE_TIMINGS, "chrome_about_tracing.json")
|
||||
while (time.time() < t):
|
||||
p.stepSimulation()
|
||||
p.submitProfileTiming("pythontest")
|
||||
time.sleep(1./240.)
|
||||
p.submitProfileTiming("nested")
|
||||
|
Loading…
Reference in New Issue
Block a user