Fix typo: s/duraction/duration/g
This commit is contained in:
@@ -34,7 +34,7 @@ for i in range(100000):
|
|||||||
start = time.time()
|
start = time.time()
|
||||||
p.getCameraImage(300, 300, renderer=p.ER_BULLET_HARDWARE_OPENGL)
|
p.getCameraImage(300, 300, renderer=p.ER_BULLET_HARDWARE_OPENGL)
|
||||||
end = time.time()
|
end = time.time()
|
||||||
print("rendering duraction")
|
print("rendering duration")
|
||||||
print(end - start)
|
print(end - start)
|
||||||
p.stopStateLogging(logId)
|
p.stopStateLogging(logId)
|
||||||
#p.configureDebugVisualizer(p.COV_ENABLE_RENDERING,1)
|
#p.configureDebugVisualizer(p.COV_ENABLE_RENDERING,1)
|
||||||
|
|||||||
Reference in New Issue
Block a user