Home
last modified time | relevance | path

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

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_debug.c301 uint64_t avg_in_calls; member
366 …f_profile->avg_in_calls = (f_profile->avg_in_calls * f_profile->calls + mine_non_own_time) / (f_pr… in MYSQLND_METHOD()
384 if (f_profile->avg_in_calls < mine_non_own_time) { in MYSQLND_METHOD()
398 f_profile->min_in_calls = f_profile->max_in_calls = f_profile->avg_in_calls = mine_non_own_time; in MYSQLND_METHOD()
451 ,(uint64_t) f_profile->avg_in_calls in MYSQLND_METHOD()

Completed in 5 milliseconds