Definition at line 51 of file object_sizes.cpp.
◆ ~size_logger()
| size_logger::~size_logger |
( |
| ) |
|
|
inline |
Definition at line 54 of file object_sizes.cpp.
56 for (
const auto &i: types)
57 std::cout <<
std::to_string(i.first) <<
"\t" << i.second << std::endl;
std::string to_string(t_connection_type type)
◆ add()
| void size_logger::add |
( |
const char * |
type, |
|
|
size_t |
size |
|
) |
| |
|
inline |
Definition at line 59 of file object_sizes.cpp.
59 { types.insert(std::make_pair(size, type)); }
The documentation for this class was generated from the following file:
- /home/abuild/rpmbuild/BUILD/electroneum-5.0.0.4/src/debug_utilities/object_sizes.cpp