|
typedef std::unordered_map< std::string, std::unique_ptr< Rollup > > | ChildMap |
|
Definition at line 253 of file bloaty.cc.
◆ ChildMap
◆ Rollup() [1/3]
bloaty::Rollup::Rollup |
( |
| ) |
|
|
inline |
◆ Rollup() [2/3]
◆ Rollup() [3/3]
bloaty::Rollup::Rollup |
( |
Rollup && |
other | ) |
|
|
default |
◆ Add()
◆ AddInternal()
void bloaty::Rollup::AddInternal |
( |
const std::vector< std::string > & |
names, |
|
|
size_t |
i, |
|
|
uint64_t |
size, |
|
|
bool |
is_vmsize |
|
) |
| |
|
inlineprivate |
◆ AddSizes()
void bloaty::Rollup::AddSizes |
( |
const std::vector< std::string > & |
names, |
|
|
uint64_t |
size, |
|
|
bool |
is_vmsize |
|
) |
| |
|
inline |
◆ CreateDiffModeRollupOutput()
void bloaty::Rollup::CreateDiffModeRollupOutput |
( |
Rollup * |
base, |
|
|
const Options & |
options, |
|
|
RollupOutput * |
output |
|
) |
| const |
|
inline |
◆ CreateRollupOutput()
void bloaty::Rollup::CreateRollupOutput |
( |
const Options & |
options, |
|
|
RollupOutput * |
output |
|
) |
| const |
|
inline |
◆ CreateRows()
◆ file_total()
int64_t bloaty::Rollup::file_total |
( |
| ) |
const |
|
inline |
◆ filtered_file_total()
int64_t bloaty::Rollup::filtered_file_total |
( |
| ) |
const |
|
inline |
◆ GetEmpty()
static Rollup* bloaty::Rollup::GetEmpty |
( |
| ) |
|
|
inlinestaticprivate |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ Percent()
◆ SetFilterRegex()
void bloaty::Rollup::SetFilterRegex |
( |
const ReImpl * |
regex | ) |
|
|
inline |
◆ SortAndAggregateRows()
◆ Subtract()
◆ children_
◆ empty_
Rollup * bloaty::Rollup::empty_ |
|
staticprivate |
◆ file_total_
int64_t bloaty::Rollup::file_total_ = 0 |
|
private |
◆ filter_regex_
◆ filtered_file_total_
int64_t bloaty::Rollup::filtered_file_total_ = 0 |
|
private |
◆ filtered_vm_total_
int64_t bloaty::Rollup::filtered_vm_total_ = 0 |
|
private |
◆ vm_total_
int64_t bloaty::Rollup::vm_total_ = 0 |
|
private |
The documentation for this class was generated from the following file: