mirror of
https://github.com/NixOS/nix
synced 2025-07-02 17:41:48 +02:00
printStats(): Print the size of the symbol table in bytes
This commit is contained in:
parent
9deb822180
commit
7bdb85453d
3 changed files with 15 additions and 0 deletions
|
@ -89,6 +89,8 @@ public:
|
|||
{
|
||||
return symbols.size();
|
||||
}
|
||||
|
||||
size_t totalSize() const;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue