OpenCog Framework  Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
python.scheme_timer Namespace Reference

Functions

def test_operation
 

Variables

string __author__ = 'Cosmo Harrigan'
 
int NUMBER_OF_ITERATIONS = 50000
 
tuple atomspace = AtomSpace()
 
list data
 
tuple elapsed
 

Function Documentation

def python.scheme_timer.test_operation ( )

Definition at line 27 of file scheme_timer.py.

Variable Documentation

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
Initial value:
1 = ["opencog/atomspace/core_types.scm",
2  "opencog/scm/utilities.scm"]

Definition at line 20 of file scheme_timer.py.

tuple python.scheme_timer.elapsed
Initial value:
1 = timeit.timeit("test_operation()",
2  setup="from __main__ import test_operation",
3  number=1)

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.