mirror of
https://github.com/NixOS/nix.git
synced 2025-11-20 09:19:36 +01:00
parent
327b1bf378
commit
dfe66420e7
2 changed files with 6 additions and 2 deletions
|
|
@ -19,6 +19,7 @@ public:
|
|||
struct Stats
|
||||
{
|
||||
std::atomic<uint64_t> put{0};
|
||||
std::atomic<uint64_t> putBytes{0};
|
||||
std::atomic<uint64_t> putTimeMs{0};
|
||||
std::atomic<uint64_t> get{0};
|
||||
std::atomic<uint64_t> getBytes{0};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue