Struct IdaStats
Defined in File Ida.hpp
Struct Documentation
-
struct IdaStats
Public Functions
-
IdaStats &operator+=(const IdaStats &other)
Accumulate another stats object into this one, allowing for stats to be kept across multiple simulations with IDA.
-
std::string report() const
Generate a string containing all of the stats in a formatted report. All columns are aligned. To change the width of a column, modify
label_widthorstat_width.
-
IdaStats &operator+=(const IdaStats &other)