#include "CompositeRenumber.h"#include "SavingLoading.h"#include "SpaceServerSavable.h"#include "TimeServerSavable.h"#include "CoreUtils.h"#include <fcntl.h>#include <stdio.h>#include <stdlib.h>#include <time.h>#include <opencog/util/platform.h>#include <opencog/atomspace/AtomSpaceDefinitions.h>#include <opencog/atomspace/ClassServer.h>#include <opencog/atomspace/CompositeTruthValue.h>#include <opencog/atomspace/HandleIterator.h>#include <opencog/atomspace/HandleMap.h>#include <opencog/atomspace/Link.h>#include <opencog/atomspace/Node.h>#include <opencog/atomspace/StatisticsMonitor.h>#include <opencog/atomspace/TLB.h>#include <opencog/atomspace/types.h>#include <opencog/util/Logger.h>

Go to the source code of this file.
Defines | |
| #define | FULL_NETWORK_DUMP (1 << 0) |
| #define | ATOM_SET (1 << 1) |
| #define | PHYSICAL_ADDRESSING (1 << 2) |
| #define | INDEX_REPORT_FACTOR 1.02 |
| #define | POST_PROCESSING_REPORT_FACTOR 1.10 |
Variables | |
| int | processed = 0 |
| int | total = 0 |
| #define ATOM_SET (1 << 1) |
Definition at line 57 of file SavingLoading.cc.
| #define FULL_NETWORK_DUMP (1 << 0) |
Definition at line 56 of file SavingLoading.cc.
| #define INDEX_REPORT_FACTOR 1.02 |
Definition at line 60 of file SavingLoading.cc.
| #define PHYSICAL_ADDRESSING (1 << 2) |
Definition at line 58 of file SavingLoading.cc.
| #define POST_PROCESSING_REPORT_FACTOR 1.10 |
Definition at line 61 of file SavingLoading.cc.
| int processed = 0 |
Definition at line 63 of file SavingLoading.cc.
| int total = 0 |
Definition at line 64 of file SavingLoading.cc.
1.5.6