OpenCog Framework
Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
|
Functions | |
def | test_operation |
Variables | |
string | __author__ = 'Cosmo Harrigan' |
int | NUMBER_OF_ITERATIONS = 50000 |
tuple | atomspace = AtomSpace() |
list | data |
tuple | elapsed |
def python.scheme_timer.test_operation | ( | ) |
Definition at line 27 of file scheme_timer.py.
string python.scheme_timer.__author__ = 'Cosmo Harrigan' |
Definition at line 10 of file scheme_timer.py.
tuple python.scheme_timer.atomspace = AtomSpace() |
Definition at line 17 of file scheme_timer.py.
list python.scheme_timer.data |
Definition at line 20 of file scheme_timer.py.
tuple python.scheme_timer.elapsed |
Definition at line 32 of file scheme_timer.py.
int python.scheme_timer.NUMBER_OF_ITERATIONS = 50000 |
Definition at line 12 of file scheme_timer.py.