]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DEBUG: resolvers: unstatify process_resolvers() to make it appear in profiling
authorWilly Tarreau <w@1wt.eu>
Thu, 8 Sep 2022 13:07:13 +0000 (15:07 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 8 Sep 2022 14:13:38 +0000 (16:13 +0200)
commit0fbc16cfb91d1a4c519576f7d06d819cab3b012f
tree3a978c4bed1e11ccf1f9250b941af05dfcbc76db
parenta3423873fe4dbbeee99f4130be00a159b81613e9
DEBUG: resolvers: unstatify process_resolvers() to make it appear in profiling

The function appears like this in "show profiling tasks", so let's export
it:

  function       calls  cpu_tot  cpu_avg  lat_tot  lat_avg
  main+0x1463f0     92  77.28us  839.0ns  2.018ms  21.93us <- wake_expired_tasks@src/task.c:429 task_drop_running
src/resolvers.c