#include <format_output.h>


Public Member Functions | |
| xml_cg_formatter (callgraph_container const &callgraph, symbol_collection &symbols, string_filter const &sf) | |
| build a ready to use formatter | |
| virtual void | output_symbol (std::ostream &out, symbol_entry const *symb, size_t lo, size_t hi, bool is_module) |
| output one symbol symb to out according to the output format specifier previously set by call(s) to add_format() | |
| format_output::xml_cg_formatter::xml_cg_formatter | ( | callgraph_container const & | callgraph, | |
| symbol_collection & | symbols, | |||
| string_filter const & | sf | |||
| ) |
build a ready to use formatter
References format_output::formatter::counts, callgraph_container::samples_count(), and format_output::formatter::counts_t::total.
| virtual void format_output::xml_cg_formatter::output_symbol | ( | std::ostream & | out, | |
| symbol_entry const * | symb, | |||
| size_t | lo, | |||
| size_t | hi, | |||
| bool | is_module | |||
| ) | [virtual] |
output one symbol symb to out according to the output format specifier previously set by call(s) to add_format()
Reimplemented from format_output::xml_formatter.
1.6.1