Code

rrdtool plugin: Minor performance improvement.
authorFlorian Forster <octo@collectd.org>
Fri, 19 Jul 2013 05:39:47 +0000 (07:39 +0200)
committerFlorian Forster <octo@collectd.org>
Wed, 7 Aug 2013 05:54:43 +0000 (07:54 +0200)
commit21ef84928de2910c3b41fad156afbbf3d0075e7c
tree12c617a37c13227ca8d9848d1082d6bdf6003f9f
parent9b022ebf40a1a49bedf5992e6542c1c0b6a62c13
rrdtool plugin: Minor performance improvement.

Replace the value_list_to_string() function with a version which is optimized
for data sets with a single data source. The original function is still used
for data sets with multiple data sources. This allows to reduce the number of
calls to snprintf() in this (very common) case, resulting in ~2% speedup.
src/rrdtool.c