18 Commits

Author SHA1 Message Date
Fuheng Zhao
7dbe10617b format the code with devFormat 2021-07-12 16:07:18 -07:00
Fuheng Zhao
3544d1e99e output sketches summary 2021-07-06 22:31:37 -07:00
Fuheng Zhao
34cd0d04d7 update redwoodmetrics structure; need to fix bug 2021-07-06 22:31:37 -07:00
Fuheng Zhao
87f8f89638 add drawHistogram method in histogram class 2021-07-06 22:31:37 -07:00
Fuheng Zhao
3497b96ace change histogram class static member variable to non-static 2021-07-06 22:31:37 -07:00
Fuheng Zhao
78316927b9 add recordCounter in histogram to track data from small ranges 2021-07-06 22:31:37 -07:00
Fuheng Zhao
ab09a14778 add percentage unit to histogram class 2021-07-06 22:31:37 -07:00
Fuheng Zhao
9d1aeb3e1e initial draft on RedWoodMetrics changes 2021-07-06 22:31:37 -07:00
sfc-gh-tclinkenbeard
399c2c96f0 Remove unnecessary std::string copies from flow 2021-06-09 11:40:01 -07:00
Andrew Noyes
47368d114e Use uint64_t instead of uint32_t for histogram reporting 2021-06-04 13:09:52 -07:00
Andrew Noyes
57b9ed3951 Avoid left shift of int by 32 2021-06-04 09:52:29 -07:00
FDB Formatster
df90cc89de apply clang-format to *.c, *.cpp, *.h, *.hpp files 2021-03-10 10:18:07 -08:00
Xiaoge Su
4a0fa57989 Add bytes_per_second unit in histograms 2020-11-12 15:38:51 -08:00
Russell Sears
08e8a06933 PR comments; add missing addRef when re-using Histogram in HistogramRegistry; Instrument UnsentPacketQueue in FlowTransport 2020-11-08 08:37:16 -08:00
Russell Sears
df18f20efd clang format 2020-11-05 10:27:41 -08:00
Russell Sears
26a66c632a Allow histograms to be fetched by name (so multiple instances can share the same histogram 2020-11-05 10:27:37 -08:00
Russell Sears
cb004b3b22 Address pull request comments 2020-11-02 12:18:00 -08:00
Russell Sears
32c87bbb33 Lightweight, power of two spaced histogram implementation + automatic reporting 2020-11-02 11:13:16 -08:00