-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Setting access information can be used to: * Flag unused settings and dead code paths that are eligible for cleanup * Implement change safety tooling which can leverage this granular (per-setting) consumption information * Figure out which settings are only accessed once during startup and should probably be marked `Immutable` instead of `Mutable` * Figure out which settings are "hot" * `DistributedCounter` benchmarks (could consider committing although they're somewhat redundant with SettingsBenchmarks) https://www.internalfb.com/intern/diff/view-version/248548896/ Reviewed By: yfeldblum Differential Revision: D64188812 fbshipit-source-id: 3d5f25ce6334c6baf1cc7a7f2a44dc8f188e05f9
- Loading branch information
1 parent
02fb5ed
commit 467af72
Showing
6 changed files
with
209 additions
and
62 deletions.
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
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
Oops, something went wrong.