-
Notifications
You must be signed in to change notification settings - Fork 4
[Upstream] Rolling Stats rebased against the upstream AC Stats branch #47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
This includes printing: - allocSize - allocated memory size - memory usage fraction
53d22c1
to
5f67648
Compare
5f67648
to
f5145be
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 0 of 13 files reviewed, 1 unresolved discussion (waiting on @guptask)
cachelib/allocator/Cache.h
line 89 at r2 (raw file):
// TODO: come up with some reasonable number static constexpr unsigned kMaxTiers = 2;
Is it needed?
f5145be
to
f82112c
Compare
Previously, igchor (Igor Chorążewicz) wrote…
fixed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 0 of 13 files reviewed, all discussions resolved (waiting on @guptask)
Update docker file used in CI
This change is