haproxy/include
Willy Tarreau d9add3acc8 MINOR: activity: make the profiling status per thread and not global
In order to later support automatic profiling turn on/off, we need to
have it per-thread. We're keeping the global option to know whether to
turn it or on off, but the profiling status is now set per thread. We're
updating the status in activity_count_runtime() which is called before
entering poll(). The reason is that we'll extend this with run time
measurement when deciding to automatically turn it on or off.
2019-04-25 17:26:19 +02:00
..
common BUG/MEDIUM: h1: Don't parse chunks CRLF if not enough data are available 2019-04-19 15:53:23 +02:00
import
proto MINOR: activity: make the profiling status per thread and not global 2019-04-25 17:26:19 +02:00
types MINOR: applet: measure and report an appctx's call rate in "show sess" 2019-04-24 16:04:23 +02:00