Update profileTiming.py

This commit is contained in:
NiranthS 2020-04-23 23:24:31 +05:30 committed by GitHub
parent fcbd6d4501
commit 75bbab6ccb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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