#include <hebench_report_stats.h>
Definition at line 88 of file hebench_report_stats.h.
◆ ReportStats()
◆ generateCSV() [1/2]
void hebench::ReportGen::ReportStats::generateCSV |
( |
std::ostream & |
os, |
|
|
char |
ch_prefix |
|
) |
| |
◆ generateCSV() [2/2]
void hebench::ReportGen::ReportStats::generateCSV |
( |
std::ostream & |
os, |
|
|
const ReportEventTypeStats & |
stats, |
|
|
char |
ch_prefix, |
|
|
bool |
new_line = true |
|
) |
| |
Generates a row of CSV for stats for a single event type.
- Parameters
-
| os | |
| index | |
| ch_prefix | |
[in] | new_line | If true, a new line is added at the end of the row. |
Definition at line 325 of file hebench_report_stats.cpp.
◆ generateSummaryCSV() [1/2]
void hebench::ReportGen::ReportStats::generateSummaryCSV |
( |
std::ostream & |
os, |
|
|
char |
ch_prefix |
|
) |
| |
◆ generateSummaryCSV() [2/2]
void hebench::ReportGen::ReportStats::generateSummaryCSV |
( |
std::ostream & |
os, |
|
|
const ReportEventTypeStats & |
stats, |
|
|
char |
ch_prefix, |
|
|
bool |
new_line = true |
|
) |
| |
Generates a row of CSV summary for a single event type.
- Parameters
-
| os | |
| stats | |
| ch_prefix | |
[in] | new_line | If true, a new line is added at the end of the row. |
Definition at line 394 of file hebench_report_stats.cpp.
◆ getEventTypeCount()
std::uint64_t hebench::ReportGen::ReportStats::getEventTypeCount |
( |
| ) |
const |
|
inline |
◆ getEventTypeStats()
const ReportEventTypeStats & hebench::ReportGen::ReportStats::getEventTypeStats |
( |
std::uint64_t |
index | ) |
const |
◆ getEventTypeStatsByID()
const ReportEventTypeStats & hebench::ReportGen::ReportStats::getEventTypeStatsByID |
( |
std::uint32_t |
id | ) |
const |
◆ getFooter()
const std::string& hebench::ReportGen::ReportStats::getFooter |
( |
| ) |
const |
|
inline |
◆ getHeader()
const std::string& hebench::ReportGen::ReportStats::getHeader |
( |
| ) |
const |
|
inline |
◆ getMainEventTypeID()
std::uint32_t hebench::ReportGen::ReportStats::getMainEventTypeID |
( |
| ) |
const |
|
inline |
◆ getMainEventTypeStats()
◆ getMainEventTypeStatsIndex()
std::uint64_t hebench::ReportGen::ReportStats::getMainEventTypeStatsIndex |
( |
| ) |
const |
The documentation for this class was generated from the following files: