Declaration
class simaai::neat::graph::GraphRun::StallGuard { ... }
Friends Index
Private Constructors Index
| StallGuard (std::vector< NodeId > nodes, std::vector< std::string > streams, int per_stream_target, int stall_ms) |
|
|
|
Public Member Functions Index
Private Member Attributes Index
Definition at line 115 of file GraphRun.h.
Private Constructors
StallGuard()
| simaai::neat::graph::GraphRun::StallGuard::StallGuard (std::vector< NodeId > nodes, std::vector< std::string > streams, int per_stream_target, int stall_ms) |
|
Public Member Functions
done()
| bool simaai::neat::graph::GraphRun::StallGuard::done () |
|
inline
|
stalled()
| bool simaai::neat::graph::GraphRun::StallGuard::stalled () |
|
inline
|
Definition at line 121 of file GraphRun.h.
122 return stalled_;
123 }
target_progress()
| int64_t simaai::neat::graph::GraphRun::StallGuard::target_progress () |
|
inline
|
Definition at line 124 of file GraphRun.h.
125 return target_progress_;
126 }
update()
| bool simaai::neat::graph::GraphRun::StallGuard::update (const GraphRunStats & stats) |
|
Private Member Attributes
done_
| bool simaai::neat::graph::GraphRun::StallGuard::done_ = false |
|
initialized_
| bool simaai::neat::graph::GraphRun::StallGuard::initialized_ = false |
|
Definition at line 137 of file GraphRun.h.
137 bool initialized_ = false;
last_progress
| std::chrono::steady_clock::time_point simaai::neat::graph::GraphRun::StallGuard::last_progress {} |
|
Definition at line 141 of file GraphRun.h.
141 std::chrono::steady_clock::time_point last_progress{};
nodes_
| std::vector<NodeId> simaai::neat::graph::GraphRun::StallGuard::nodes_ |
|
Definition at line 133 of file GraphRun.h.
133 std::vector<NodeId> nodes_;
per_stream_target_
| int simaai::neat::graph::GraphRun::StallGuard::per_stream_target_ = 0 |
|
Definition at line 135 of file GraphRun.h.
135 int per_stream_target_ = 0;
stall_ms_
| int simaai::neat::graph::GraphRun::StallGuard::stall_ms_ = 0 |
|
stalled_
| bool simaai::neat::graph::GraphRun::StallGuard::stalled_ = false |
|
Definition at line 139 of file GraphRun.h.
139 bool stalled_ = false;
streams_
| std::vector<std::string> simaai::neat::graph::GraphRun::StallGuard::streams_ |
|
Definition at line 134 of file GraphRun.h.
134 std::vector<std::string> streams_;
target_progress_
| int64_t simaai::neat::graph::GraphRun::StallGuard::target_progress_ = 0 |
|
Definition at line 140 of file GraphRun.h.
140 int64_t target_progress_ = 0;
The documentation for this class was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.