MeasureReport Struct
Framework-owned report returned by MeasureScope::stop(). More...
Declaration
struct simaai::neat::MeasureReport { ... }
Included Headers
#include <Run.h>
Public Member Functions Index
| std::string | to_text () const |
|
Render a compact customer-facing terminal report. More... | |
| std::string | to_json (int indent=2) const |
|
Render the same measured-window report as JSON. More... | |
Public Member Attributes Index
Description
Framework-owned report returned by MeasureScope::stop().
Definition at line 513 of file Run.h.