#include <ctime>
#include <iostream>
#include <fstream>
#include <sys/time.h>
#include <sys/resource.h>
#include <boost/tuple/tuple_io.hpp>
#include <opencog/util/oc_assert.h>
#include <opencog/util/random.h>
#include <opencog/atomspace/types.h>
#include <opencog/atomspace/AttentionValue.h>
#include <opencog/atomspace/CountTruthValue.h>
#include <opencog/atomspace/IndefiniteTruthValue.h>
#include <opencog/atomspace/SimpleTruthValue.h>
#include <opencog/atomspace/TLB.h>
#include <opencog/atomspace/TruthValue.h>
#include <opencog/cython/PythonEval.h>
#include <opencog/guile/SchemeEval.h>
#include "AtomSpaceBenchmark.h"
Go to the source code of this file.
#define CALL_MEMBER_FN |
( |
|
object, |
|
|
|
ptrToMember |
|
) |
| ((object).*(ptrToMember)) |
#define DIVIDER_LINE "------------------------------" |
#define LK |
( |
|
T, |
|
|
|
A, |
|
|
|
B |
|
) |
| ({Handle l(createLink(T,A,B)); l;}) |
#define ND |
( |
|
T, |
|
|
|
S |
|
) |
| ({Handle n(createNode(T,S)); n;}) |
#define PROGRESS_BAR_LENGTH 10 |
const char* VERSION_STRING = "Version 1.0.1" |