mirror of
https://github.com/facebook/sapling.git
synced 2025-01-04 03:06:30 +03:00
a7246e9781
Summary: Implementation based on what we do in bcm layer for reporting (non histogram) port stat counters. Abstracting this lib out so we can reuse this code in both SAI and bcm layers. Plus pulling this out of BcmPort makes it much easier to unit test this code. Reviewed By: boryas Differential Revision: D19676641 fbshipit-source-id: 88aa20f20339729f5387500bcf6084871f4e7caa |
||
---|---|---|
.. | ||
fb303 | ||
logging | ||
network/if | ||
stats | ||
time | ||
.gitignore | ||
README.md |
This directory mostly contains stub implementations of Facebook libraries that are not fully open source yet. These stubs allow the FBOSS code to build while we are still working on fully open sourcing these libraries.
The code in common/stats is the main piece that is not fully open source yet. We are working to eventually make all of this code available in the facebook/folly repository.