
Definition in file vcx-benchmark.C.
#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>
Include dependency graph for vcx-benchmark.C:

Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| static const ModelOptionDef | OPT_UseInteger |
|
|
Initial value:
{ 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.4.4