Home
last modified time | relevance | path

Searched refs:avg_total (Results 1 – 1 of 1) sorted by relevance

/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_debug.c356 uint64_t avg_total; member
431 …f_profile->avg_total = (f_profile->avg_total * f_profile->calls + call_time) / (f_profile->calls +… in MYSQLND_METHOD()
441 if (f_profile->avg_total < call_time) { in MYSQLND_METHOD()
450 f_profile->min_total = f_profile->max_total = f_profile->avg_total = call_time; in MYSQLND_METHOD()
513 ,(uint64_t) f_profile->avg_total in MYSQLND_METHOD()

Completed in 9 milliseconds