Files @ 7ef3360afbe5
Branch filter:

Location: OneEye/src/benchmark.py

Laman
StateBag.pushState: linking the states together
import cProfile

from tests.testEngine import TestTransitions


t=TestTransitions()

cProfile.run(r"""
t.testReal()
""")