1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-20 09:19:36 +01:00

Revert "Remove putBytes"

This reverts commit b8eea7e81a.
This commit is contained in:
Eelco Dolstra 2020-08-04 15:56:10 +02:00
parent 327b1bf378
commit dfe66420e7
2 changed files with 6 additions and 2 deletions

View file

@ -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};