
#include "Channels/ChannelOpts.H"#include "Channels/IntegerInput.H"#include "Channels/IntegerMathEngine.H"#include "Component/ModelManager.H"#include "Component/ModelOptionDef.H"#include "Component/ModelParam.H"#include "Channels/IntegerRawVisualCortex.H"#include "Channels/RawVisualCortex.H"#include "rutz/rand.h"#include "rutz/time.h"#include <stdio.h>#include <sys/resource.h>#include <sys/time.h>
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| static const ModelOptionDef | OPT_UseInteger |
Definition in file vcx-benchmark.C.
const ModelOptionDef OPT_UseInteger [static] |
{ MODOPT_FLAG, "UseInteger", &MOC_GENERAL, OPTEXP_CORE,
"Whether to the VisualCortex based on integer arithmetic",
"use-integer", '\0', "", "true" }
Definition at line 56 of file vcx-benchmark.C.
1.6.3