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