Skip to content

Commit

Permalink
A couple more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmeow committed Jul 16, 2024
1 parent e4d64e2 commit 1e1b3c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions toolchain/base/mem_usage.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,14 @@ class MemUsage {
}

private:
// Memory usage for a specific label.
struct Entry {
std::string label;
int64_t used_bytes;
int64_t reserved_bytes;
};

// The accumulated data on memory usage.
llvm::SmallVector<Entry> mem_usage_;
};

Expand Down

0 comments on commit 1e1b3c0

Please sign in to comment.