commit | d8b325c74826bdb02759f62c41a00455dbae3431 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Oct 06 19:25:38 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Oct 07 01:41:14 2021 +0200 |
tree | 32a73dca3c19035dd1099e9dfd1cd51b06eb2ef7 | |
parent | 8de90c71b32ff09c8248ea97db4e80eac7f52b96 [diff] |
REORG: task: uninline the loop time measurement code It's pointless to inline this, it's called exactly once per poll loop, and it depends on time.h which is quite deep. Let's move that to task.c along with sched_report_idle().