diff options
author | Dave Cottlehuber <dch@FreeBSD.org> | 2019-05-24 14:47:10 +0800 |
---|---|---|
committer | Dave Cottlehuber <dch@FreeBSD.org> | 2019-05-24 14:47:10 +0800 |
commit | 6d9461efcc53edd4b69b6945d6f8a576ee47f940 (patch) | |
tree | d38a12a842384885c068ca3044de2894d8c0c077 /math/Makefile | |
parent | bfa7cfe3196087c21f4c957843599f65c0104543 (diff) | |
download | freebsd-ports-gnome-6d9461efcc53edd4b69b6945d6f8a576ee47f940.tar.gz freebsd-ports-gnome-6d9461efcc53edd4b69b6945d6f8a576ee47f940.tar.zst freebsd-ports-gnome-6d9461efcc53edd4b69b6945d6f8a576ee47f940.zip |
math/rubygem-mtrc: new port - minimal metric aggregation library
Mtrc (short for metric) is a small library to accumulate metrics and
extract basic statistics, such as histograms and percentiles, from them.
It takes samples, and provides tick counters, percentiles, and sorted
datasets. This can be used for profiling repeated events such as
application requests or message queue arrival rates.
WWW: https://github.com/aphyr/mtrc
Reviewed by: romain
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D17710
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index a6ef8bd4f7a3..dc3fdd71a92b 100644 --- a/math/Makefile +++ b/math/Makefile @@ -805,6 +805,7 @@ SUBDIR += rubygem-expression_parser SUBDIR += rubygem-fftw3 SUBDIR += rubygem-mathn + SUBDIR += rubygem-mtrc SUBDIR += rubygem-narray SUBDIR += rubygem-narray_miss SUBDIR += rubygem-numru-misc |