From 66ff33813a8cd9d4cba96280bb613762fb0c2ce2 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Wed, 11 Nov 2020 21:29:54 -0800 Subject: fixes #1323 stats framework is *way* to heavy This should reduce the amount of copying, and the overall size used by pipes and other objects quite a bit. (On my system, the sizeof nni_pipe shrank by 400 bytes, for example.) --- docs/man/libnng.3.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/man/libnng.3.adoc') diff --git a/docs/man/libnng.3.adoc b/docs/man/libnng.3.adoc index ab1a6b11..ccc2732c 100644 --- a/docs/man/libnng.3.adoc +++ b/docs/man/libnng.3.adoc @@ -239,6 +239,7 @@ The following functions provide access to statistics which can be used to observe program behaviors and as an aid in troubleshooting. |=== +|xref:nng_stat_bool.3.adoc[nng_stat_bool()]|get statistic Boolean value |xref:nng_stat_child.3.adoc[nng_stat_child()]|get child statistic |xref:nng_stat_desc.3.adoc[nng_stat_name()]|get statistic description |xref:nng_stat_find.3.adoc[nng_stat_find()]|find statistic by name @@ -251,7 +252,7 @@ to observe program behaviors and as an aid in troubleshooting. |xref:nng_stat_timestamp.3.adoc[nng_stat_timestamp()]|get statistic timestamp |xref:nng_stat_type.3.adoc[nng_stat_type()]|get statistic type |xref:nng_stat_unit.3.adoc[nng_stat_unit()]|get statistic unit -|xref:nng_stat_value.3.adoc[nng_stat_value()]|get statistic value +|xref:nng_stat_value.3.adoc[nng_stat_value()]|get statistic numeric value |xref:nng_stats_free.3.adoc[nng_stats_free()]|free statistics |xref:nng_stats_get.3.adoc[nng_stats_get()]|get statistics |=== -- cgit v1.2.3-70-g09d2