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

/dovecot/src/imap/
H A Dimap-client.c367 struct client_command_stats all_stats; local
375 i_zero(&all_stats);
387 all_stats.running_usecs += cmd->stats.running_usecs;
388 all_stats.lock_wait_usecs += cmd->stats.lock_wait_usecs;
389 all_stats.bytes_in += cmd->stats.bytes_in;
390 all_stats.bytes_out += cmd->stats.bytes_out;
406 all_stats.start_ioloop_wait_usecs =
409 client_command_stats_append(str, &all_stats, cond_str,

Completed in 1110 milliseconds