OpenCog Framework
Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
|
Go to the source code of this file.
Classes | |
class | benchmark.SmartFormatter |
Namespaces | |
benchmark | |
Variables | |
string | benchmark.__authors__ = 'Cosmo Harrigan, Curtis Faith' |
tuple | benchmark.parser |
tuple | benchmark.verbosity_group = parser.add_mutually_exclusive_group() |
tuple | benchmark.test_group = parser.add_mutually_exclusive_group() |
list | benchmark.choices = ['spread','node', 'bindlink', 'traverse', 'scheme', 'get_vs_xget', 'predicates'] |
string | benchmark.help = "R|Test to benchmark, where:\n" |
tuple | benchmark.args = parser.parse_args() |
benchmark.test_iterations = args.iterations | |
list | benchmark.scheme_preload |
list | benchmark.tests |
tuple | benchmark.op_time_adjustment = loop_time_per_op() |