Searched refs:avg_in_calls (Results 1 – 1 of 1) sorted by relevance
301 uint64_t avg_in_calls; member366 …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 6 milliseconds