#include "Scheduler.h"
|
static constexpr unsigned | kb () |
|
static constexpr unsigned | mb () |
|
Definition at line 17 of file Scheduler.h.
static constexpr unsigned art::Scheduler::Config::kb |
( |
| ) |
|
|
inlinestatic |
static constexpr unsigned art::Scheduler::Config::mb |
( |
| ) |
|
|
inlinestatic |
Definition at line 24 of file Scheduler.h.
References kb().
static constexpr unsigned kb()
fhicl::Atom<std::string> art::Scheduler::Config::dataDependencyGraph |
Initial value:{
Name{
"dataDependencyGraph"},
{}}
Definition at line 54 of file Scheduler.h.
Initial value:{
"The entries in the 'debug' table below are filled whenever the\n"
"command-line program options are parsed. Any user-provided values\n"
"will be overriden by the command-line."}}
Definition at line 61 of file Scheduler.h.
fhicl::Atom<bool> art::Scheduler::Config::errorOnMissingConsumes |
Initial value:{
Name{
"errorOnMissingConsumes"},
false}
Definition at line 48 of file Scheduler.h.
fhicl::Atom<bool> art::Scheduler::Config::errorOnSIGINT {Name{"errorOnSIGINT"}, true} |
fhicl::Atom<bool> art::Scheduler::Config::handleEmptyRuns {Name{"handleEmptyRuns"}, true} |
fhicl::Atom<bool> art::Scheduler::Config::handleEmptySubRuns {Name{"handleEmptySubRuns"}, true} |
fhicl::Atom<unsigned> art::Scheduler::Config::num_threads {Name{"num_threads"}, 1} |
fhicl::Atom<bool> art::Scheduler::Config::pruneConfig {Name{"pruneConfig"}, true} |
fhicl::Atom<bool> art::Scheduler::Config::reportUnused {Name{"reportUnused"}, true} |
fhicl::Atom<unsigned> art::Scheduler::Config::stack_size |
Initial value:{
Comment{
"The stack size (in bytes) that the TBB scheduler will use for " "its threads.\n"
"The default stack size TBB specifies is 1 MB, which can be "
"inadequate for\n"
"various workflows. Because of that, art picks a default of "
"10 MB, which\n"
"more closely approximates the stack size of the main thread."},
Definition at line 36 of file Scheduler.h.
fhicl::Atom<bool> art::Scheduler::Config::wantSummary {Name{"wantSummary"}, false} |
The documentation for this struct was generated from the following file: