Searched refs:avg_total (Results 1 – 1 of 1) sorted by relevance
305 uint64_t avg_total; member380 …f_profile->avg_total = (f_profile->avg_total * f_profile->calls + call_time) / (f_profile->calls +… in MYSQLND_METHOD()390 if (f_profile->avg_total < call_time) { in MYSQLND_METHOD()399 f_profile->min_total = f_profile->max_total = f_profile->avg_total = call_time; in MYSQLND_METHOD()454 ,(uint64_t) f_profile->avg_total in MYSQLND_METHOD()
Completed in 7 milliseconds