Lines Matching defs:st_mysqlnd_dbg_function_profile
294 struct st_mysqlnd_dbg_function_profile { struct
295 uint64_t calls;
296 uint64_t min_own;
297 uint64_t max_own;
298 uint64_t avg_own;
299 uint64_t own_underporm_calls;
300 uint64_t min_in_calls;
301 uint64_t max_in_calls;
302 uint64_t avg_in_calls;
303 uint64_t in_calls_underporm_calls;
304 uint64_t min_total;
305 uint64_t max_total;
306 uint64_t avg_total;
307 uint64_t total_underporm_calls;