class to output in a columned format symbols and associated samples More...
#include <format_output.h>


Public Member Functions | |
| opreport_formatter (profile_container const &profile) | |
| build a ready to use formatter | |
| void | output (std::ostream &out, symbol_collection const &syms) |
| output a vector of symbols to out according to the output format specifier previously set by call(s) to add_format() | |
| void | show_details (bool) |
| set the output_details boolean | |
class to output in a columned format symbols and associated samples
| format_output::opreport_formatter::opreport_formatter | ( | profile_container const & | profile | ) |
build a ready to use formatter
References format_output::formatter::counts, profile_container::samples_count(), and format_output::formatter::counts_t::total.
| void format_output::opreport_formatter::output | ( | std::ostream & | out, | |
| symbol_collection const & | syms | |||
| ) |
output a vector of symbols to out according to the output format specifier previously set by call(s) to add_format()
| void format_output::opreport_formatter::show_details | ( | bool | on_off | ) |
set the output_details boolean
1.6.1