Searched refs:avg_in_calls (Results 1 – 1 of 1) sorted by relevance
302 uint64_t avg_in_calls; member367 …f_profile->avg_in_calls = (f_profile->avg_in_calls * f_profile->calls + mine_non_own_time) / (f_pr… in MYSQLND_METHOD()385 if (f_profile->avg_in_calls < mine_non_own_time) { in MYSQLND_METHOD()399 f_profile->min_in_calls = f_profile->max_in_calls = f_profile->avg_in_calls = mine_non_own_time; in MYSQLND_METHOD()452 ,(uint64_t) f_profile->avg_in_calls in MYSQLND_METHOD()
Completed in 8 milliseconds