mirror of
https://github.com/bulletphysics/bullet3
synced 2025-01-19 05:20:06 +00:00
Update profileTiming.py
This commit is contained in:
parent
fcbd6d4501
commit
75bbab6ccb
@ -2,7 +2,10 @@ import pybullet as p
|
||||
import time
|
||||
#you can visualize the timings using Google Chrome, visit about://tracing
|
||||
#and load the json file
|
||||
import pybullet_data
|
||||
|
||||
p.connect(p.GUI)
|
||||
p.setAdditionalSearchPath(pybullet_data.getDataPath())
|
||||
|
||||
t = time.time() + 3.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user