diff --git a/examples/pybullet/examples/profileTiming.py b/examples/pybullet/examples/profileTiming.py index c68571ae2..5cb0450b8 100644 --- a/examples/pybullet/examples/profileTiming.py +++ b/examples/pybullet/examples/profileTiming.py @@ -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()