Searched refs:avg_purgetime (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/ldap/
H A Dutil_ldap_cache.h57 double avg_purgetime; /* Average time to purge the cache */ member in struct:util_ald_cache
H A Dutil_ldap_cache_mgr.c265 cache->avg_purgetime =
266 ((t - cache->last_purge) + (cache->avg_purgetime * (cache->numpurges-1))) /
386 cache->avg_purgetime = 0.0;
653 buf = apr_psprintf(p, "%s<td align='right'>%.2gms</td>\n</tr>", buf, cache->avg_purgetime);

Completed in 1148 milliseconds