Hi all, I am pleased to announce that bvar::WindowEx and bvar::PerSecondEx feature has been available!
bvar is high performance counters in multi-threaded applications and view miscellaneousstatistics conveniently in multi-threaded applications.The implementation reduces cache bouncing by storing data in thread local storage(TLS). More resources: - What is bvar? <https://brpc.apache.org/docs/bvar/bvar/> - How to use bvar::WindowEx with c++? <https://github.com/apache/incubator-brpc/blob/master/docs/cn/bvar_c%2B%2B.md#bvarwindowex> - How to use bvar::PerSecondEx with c++? <https://github.com/apache/incubator-brpc/blob/master/docs/cn/bvar_c%2B%2B.md#bvarpersecondex> Best Regards, serverglen
