Searched refs:max_total (Results 1 – 1 of 1) sorted by relevance
304 uint64_t max_total; member377 } else if (call_time > f_profile->max_total) { in MYSQLND_METHOD()378 f_profile->max_total = call_time; in MYSQLND_METHOD()399 f_profile->min_total = f_profile->max_total = f_profile->avg_total = call_time; in MYSQLND_METHOD()453 ,(uint64_t) f_profile->max_total in MYSQLND_METHOD()
Completed in 6 milliseconds