void UT_prf_end(char *group, char *name);
This function marks the end of a timing interval whose identity is determined by the given profiling group and name.
Prior to calling this function, at the beginning of the interval being timed,
UT_prf_bgn(3)
should have been called with the same group and name.
When this function is called, the elapsed time since the corresponding call to
UT_prf_bgn(3)
is calculated, and this elapsed time is incorporated into the
timing statistics.
The prf control port command displays the collected timing statistics.
UT_prf_create(3), UT_prf_bgn(3)
Troy D. Hanson <thanson@users.sourceforge.net>