Synopsis
void ctl_stats_register(const char *group,
                        const CTL_STATS_DESCRIPTOR_t *desc);
Description

ctl_stats_register registers the array of statistics pointed to by desc with the group name group. The array of statistics is terminated by a statistics descriptor with a zero name member.

Note

At most ten statistics groups can be registered. If you require more statistics groups, modify the source code appropriately.