Searched defs:timing (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-fs/
H A Dfs-api.c427 fs_timing_end(struct stats_dist **timing, const struct timeval *start_tv) argument
437 if (*timing == NULL)
438 *timing = stats_dist_init();
439 stats_dist_add(*timing, diff);

Completed in 120 milliseconds