#include <bloaty.h>
|
void | PrettyPrint (const OutputOptions &options, std::ostream *out) const |
|
void | PrettyPrintRow (const RollupRow &row, size_t indent, const OutputOptions &options, std::ostream *out) const |
|
void | PrettyPrintTree (const RollupRow &row, size_t indent, const OutputOptions &options, std::ostream *out) const |
|
void | PrintRowToCSV (const RollupRow &row, std::vector< std::string > parent_labels, std::ostream *out, bool tabs) const |
|
void | PrintToCSV (std::ostream *out, bool tabs) const |
|
void | PrintTreeToCSV (const RollupRow &row, std::vector< std::string > parent_labels, std::ostream *out, bool tabs) const |
|
Definition at line 376 of file bloaty.h.
◆ RollupOutput() [1/2]
bloaty::RollupOutput::RollupOutput |
( |
| ) |
|
|
inline |
◆ RollupOutput() [2/2]
◆ AddDataSourceName()
◆ diff_mode()
bool bloaty::RollupOutput::diff_mode |
( |
| ) |
const |
|
inline |
◆ GetDisassembly()
◆ IsSame()
bool bloaty::RollupOutput::IsSame |
( |
const std::string & |
a, |
|
|
const std::string & |
b |
|
) |
| |
|
staticprivate |
◆ operator=()
◆ PrettyPrint()
void bloaty::RollupOutput::PrettyPrint |
( |
const OutputOptions & |
options, |
|
|
std::ostream * |
out |
|
) |
| const |
|
private |
◆ PrettyPrintRow()
◆ PrettyPrintTree()
◆ Print()
◆ PrintRowToCSV()
void bloaty::RollupOutput::PrintRowToCSV |
( |
const RollupRow & |
row, |
|
|
std::vector< std::string > |
parent_labels, |
|
|
std::ostream * |
out, |
|
|
bool |
tabs |
|
) |
| const |
|
private |
◆ PrintToCSV()
void bloaty::RollupOutput::PrintToCSV |
( |
std::ostream * |
out, |
|
|
bool |
tabs |
|
) |
| const |
|
private |
◆ PrintTreeToCSV()
void bloaty::RollupOutput::PrintTreeToCSV |
( |
const RollupRow & |
row, |
|
|
std::vector< std::string > |
parent_labels, |
|
|
std::ostream * |
out, |
|
|
bool |
tabs |
|
) |
| const |
|
private |
◆ SetDisassembly()
◆ source_names()
const std::vector<std::string>& bloaty::RollupOutput::source_names |
( |
| ) |
const |
|
inline |
◆ toplevel_row()
◆ Rollup
◆ diff_mode_
bool bloaty::RollupOutput::diff_mode_ = false |
|
private |
◆ disassembly_
std::string bloaty::RollupOutput::disassembly_ |
|
private |
◆ source_names_
std::vector<std::string> bloaty::RollupOutput::source_names_ |
|
private |
◆ toplevel_row_
RollupRow bloaty::RollupOutput::toplevel_row_ |
|
private |
The documentation for this struct was generated from the following files: