Fuheng Zhao
|
dc31064e96
|
change histogram counts write to log format
|
2021-08-18 18:52:44 -07:00 |
Yao Xiao
|
74a7da0179
|
Add histogram in GrvProxyServer.
|
2021-07-30 17:54:51 -07:00 |
sfc-gh-fzhao
|
af881298de
|
Merge branch 'apple:master' into redWoodMetricsEnhancements
|
2021-07-14 18:30:55 -07:00 |
Fuheng Zhao
|
08463e0a8b
|
rename record_counter to count
|
2021-07-14 18:22:38 -07:00 |
Fuheng Zhao
|
1c7e3f08c2
|
format the files
|
2021-07-14 17:26:24 -07:00 |
Fuheng Zhao
|
126c87923f
|
switch unitmapper to static arry
|
2021-07-14 16:31:13 -07:00 |
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 |
Andrew Noyes
|
af0f286e17
|
Fix a few instances of UB
Member access to address which does not point to correct type
|
2021-06-22 21:44:59 -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 |