Data Structures | |
class | symbol_details_t |
class | formatter |
base class for formatter, handle common options to formatter More... | |
class | opreport_formatter |
class to output in a columned format symbols and associated samples More... | |
class | cg_formatter |
class to output in a columned format caller/callee and associated samples More... | |
class | diff_formatter |
class to output a columned format symbols plus diff values More... | |
class | xml_formatter |
class to output in XML format More... | |
class | xml_cg_formatter |
Typedefs | |
typedef growable_vector < symbol_details_t > | symbol_details_array_t |
Functions | |
size_t | xml_get_symbol_index (string const &name) |
Variables | |
ostringstream | bytes_out |
map< string, size_t > | symbol_data_table |
size_t | symbol_data_index = 0 |
symbol_details_array_t | symbol_details |
size_t | detail_table_index = 0 |
Definition at line 600 of file format_output.cpp.
size_t format_output::xml_get_symbol_index | ( | string const & | name | ) |
Definition at line 577 of file format_output.cpp.
References symbol_data_index, and symbol_data_table.
ostringstream format_output::bytes_out |
Definition at line 570 of file format_output.cpp.
size_t format_output::detail_table_index = 0 |
Definition at line 602 of file format_output.cpp.
size_t format_output::symbol_data_index = 0 |
Definition at line 574 of file format_output.cpp.
Referenced by xml_get_symbol_index().
map<string, size_t> format_output::symbol_data_table |
Definition at line 573 of file format_output.cpp.
Referenced by xml_get_symbol_index().
Definition at line 601 of file format_output.cpp.