
#include "Simulation/SimEventQueue.H"#include "Component/ModelOptionDef.H"#include "Component/GlobalOpts.H"#include "Simulation/SimEvents.H"#include "Simulation/SimulationOpts.H"#include "Util/AllocAux.H"#include "Util/sformat.H"#include "Util/TextLog.H"#include <cstdio>
Go to the source code of this file.
Variables | |
| static const ModelOptionDef | OPT_ShowMemStats | 
| static const ModelOptionDef | OPT_ShowMemStatsUnits | 
Dispatch simulation events
Definition in file SimEventQueue.C.
const ModelOptionDef OPT_ShowMemStats [static] | 
        
  { MODOPT_FLAG, "ShowMemStats", &MOC_GENERAL, OPTEXP_CORE,
    "Show verbose memory allocation statistics.",
    "mem-stats", '\0', "", "false" }
Definition at line 50 of file SimEventQueue.C.
const ModelOptionDef OPT_ShowMemStatsUnits [static] | 
        
  { MODOPT_ARG(size_t), "ShowMemStatsUnits", &MOC_GENERAL, OPTEXP_CORE,
    "Allocation unit size (in bytes) to use when displaying the "
    "verbose memory statistics, or 0 to let simulation modules decide "
    "on an allocation unit each time they request that stats be shown.",
    "mem-stats-units", '\0', "<bytes>", "0" }
Definition at line 55 of file SimEventQueue.C.
 1.6.3