chronon::SimulationApp::ParsedOptions
Public Attributes
| Name | |
|---|---|
| bool | verbose |
| std::optional< uint32_t > | threads |
| bool | show_version |
| bool | show_help |
| std::optional< uint64_t > | run_cycles |
| std::vector< std::string > | overrides |
| std::optional< std::string > | output_dir |
| bool | no_observe |
| std::optional< uint64_t > | epoch_size |
| std::string | config_path |
Public Attributes Documentation
variable verbose
bool verbose = false;
variable threads
std::optional< uint32_t > threads;
variable show_version
bool show_version = false;
variable show_help
bool show_help = false;
variable run_cycles
std::optional< uint64_t > run_cycles;
variable overrides
std::vector< std::string > overrides;
variable output_dir
std::optional< std::string > output_dir;
variable no_observe
bool no_observe = false;
variable epoch_size
std::optional< uint64_t > epoch_size;
variable config_path
std::string config_path;
Updated on 2026-05-26 at 05:42:32 +0000