-
Notifications
You must be signed in to change notification settings - Fork 5.3k
stats: Use SymbolTable API for creating and representing stat names. #6161
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
Merged
Merged
Changes from all commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
f6d3ec4
Use SymbolTable API for creating and representing stat names.
jmarantz 9e47dfe
Rename counterx to counterFromStatName; ditto for gaugex, histogramx.
jmarantz f384eeb
avoid extra copy when encoding strings into FakeSymbolTableImpl.
jmarantz f138212
Use FakeSymbolTable more consistently. Start updating stats.md for sy…
jmarantz 342cb7c
Merge branch 'master' into stats-symtab-interface
jmarantz 52e07df
checkpoint with impl-specific Encoding class to remove a copy that wa…
jmarantz 08c35f5
hacks to use stack allocated arrays for temps to reduce new/delete ca…
jmarantz 94fba4f
Make a separate populateList for Fake table that doesn't bother encod…
jmarantz c103f22
Use string_view through to the regexes to avoid an extra std::string …
jmarantz 91ec93c
format
jmarantz c02132c
cleanups.
jmarantz 31c8a61
remove commented out reference to std::cerr, caught by spelling :)
jmarantz cb9e6f2
Removed no-longer-needed class FakeSymbolTableImpl::Encoding.
jmarantz 944b811
Remove commented out blocks, add 'override' attribute to virtual dtor…
jmarantz e3a9eae
Remove commented-out code.
jmarantz 8c72c2d
tweaks pulled over from #6293.
jmarantz 26700c8
back out some changes that are not needed.
jmarantz 323b005
backout router changes which are not needed.
jmarantz 9449596
Remove more changes that are not clearly needed yet in this PR.
jmarantz 61ea4e2
patches from #6299
jmarantz e6c4ea4
Merge branch 'master' into stats-symtab-interface
jmarantz 38acb61
Merge branch 'master' into stats-symtab-interface
jmarantz 1abc30c
Go back to making SharedStatNameStorageSet a class to assert we've ca…
jmarantz 4f92343
Merge branch 'master' into stats-symtab-interface
jmarantz 4c2eeb2
Update to more aggressive expected memory usage.
jmarantz a1f3590
Merge branch 'master' into stats-symtab-interface
jmarantz c16f5c1
fix memory-use limit, remove commented-out block.
jmarantz 48582c9
Merge branch 'master' into stats-symtab-interface
jmarantz 885ee77
Describe the strategy for converting to symbol tables.
jmarantz 292f925
fix links in doc, add deprecation comments to Scope interface, and re…
jmarantz 330b3e7
fix section syntax
jmarantz 06427a2
fix grammar & make other minor edits.
jmarantz 78de4ef
Merge branch 'master' into stats-symtab-interface
jmarantz ec750f2
remove IsolatedStats*::clear()
jmarantz ec01f8e
Don't use shared_ptr for the remembered disallowed stats.
jmarantz 2e47198
Merge branch 'master' into stats-symtab-interface
jmarantz ccc666b
scope_prefixer.cc should go back to using StatName natively.
jmarantz ca2d3ff
Merge branch 'master' into stats-symtab-interface
jmarantz 57edaad
Merge branch 'master' into stats-symtab-interface
jmarantz 68bf314
Address review comments.
jmarantz 1a704ae
Merge branch 'master' into stats-symtab-interface
jmarantz a76248a
pull over test cleanup from #6504
jmarantz e74fe2a
spelling
jmarantz 9eeea11
spelling pedantry
jmarantz 9caab6a
OK it's impossible to put usernames in comments due to pedantic spell…
jmarantz 1655d92
Merge branch 'master' into stats-symtab-interface
jmarantz e12810b
fix comment.
jmarantz 30b188e
Add more comments to help clarify review comments.
jmarantz 81b9cef
Merge branch 'master' into stats-symtab-interface
jmarantz 8183533
Rename StatNameTempStorage to StatNameManagedStorage and use it in Hy…
jmarantz ead848f
Improve commenting for StatNameManagedStorage as that's what we expec…
jmarantz 18ae590
delete commented-out code.
jmarantz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.