-
Notifications
You must be signed in to change notification settings - Fork 483
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Instrument StackTraceFilter to count the number of slots used and num…
…ber of replacements. This does not change how the algorithm functions, but does add some mild contention when there are collisions in the StackTraceFilter. An implicit metric is the number of stacks Add-ed is equal to GuardedPageAllocator::SuccessfulAllocations(). (emitted as "Successful Allocations" (mallocz/) and "successful_allocations" (mallocz.proto). PiperOrigin-RevId: 570751434 Change-Id: Ie06c038f937a6a2c128f2973a08bd5df02747ad6
- Loading branch information
1 parent
10e3f89
commit 3ee73f3
Showing
3 changed files
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters