Observation scope for measuring an application-owned push/pull interval. More...
Declaration
class simaai::neat::MeasureScope { ... }
Friends Index
Public Constructors Index
Private Constructors Index
Public Destructor Index
Public Operators Index
Public Member Functions Index
Private Member Attributes Index
| std::unique_ptr< Impl > | impl_ |
|
|
|
Description
Observation scope for measuring an application-owned push/pull interval.
This does not own the inference loop and does not consume outputs. Start it before normal application push/pull code, then call stop() to get throughput, app-visible latency samples, counter deltas, profiler aggregation, and optional power telemetry.
Definition at line 444 of file Run.h.
Public Constructors
MeasureScope()
MeasureScope()
| simaai::neat::MeasureScope::MeasureScope (const MeasureScope &) |
|
delete
|
Private Constructors
MeasureScope()
| simaai::neat::MeasureScope::MeasureScope (std::unique_ptr< Impl > impl) |
|
explicit
|
Public Destructor
~MeasureScope()
| simaai::neat::MeasureScope::~MeasureScope () |
|
Public Operators
operator=()
| MeasureScope & simaai::neat::MeasureScope::operator= (MeasureScope &&) |
|
noexcept
|
operator=()
| MeasureScope & simaai::neat::MeasureScope::operator= (const MeasureScope &) |
|
delete
|
Public Member Functions
stop()
| MeasureReport simaai::neat::MeasureScope::stop () |
|
stopped()
| bool simaai::neat::MeasureScope::stopped () |
|
Private Member Attributes
impl_
| std::unique_ptr<Impl> simaai::neat::MeasureScope::impl_ |
|
Definition at line 460 of file Run.h.
460 std::unique_ptr<Impl> impl_;
The documentation for this class was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.