logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

auparse_metrics - get some metrics about auparse

Author

Steve Grubb Red Hat Sept 2023 AUPARSE_METRICS(3)

Description

auparse_metrics gets some basic information about auparse's internal state. It returns a character string ready to print. It returns the current limit for storing building events, the maximum events building or ready, and the number of ready events for processing. This information is only useful when the feed api is being used.

Name

auparse_metrics - get some metrics about auparse

Return Value

Returns a memory buffer of current metrics on success and NULL on error. The caller must free the string.

See Also

auparse_feed(3)

Synopsis

#include<auparse.h> char *auparse_metrics(const auparse_state_t *au);

See Also