Searched refs:avg_total (Results 1 – 1 of 1) sorted by relevance
303 uint64_t avg_total; member378 …f_profile->avg_total = (f_profile->avg_total * f_profile->calls + call_time) / (f_profile->calls +… in MYSQLND_METHOD()388 if (f_profile->avg_total < call_time) { in MYSQLND_METHOD()397 f_profile->min_total = f_profile->max_total = f_profile->avg_total = call_time; in MYSQLND_METHOD()453 ,(uint64_t) f_profile->avg_total in MYSQLND_METHOD()
Completed in 7 milliseconds