<div dir="ltr">hello, everyone. I have a problem when I read the nginx source code, why<div>delta v<font color="#545454">ariable</font> only include the execution time of ngx_process_events not ngx_event_process_posted, ngx_event_process_posted maybe  takes more time.</div><div><br><div><br></div><div><div style="color:rgb(212,212,212);background-color:rgb(30,30,30);font-family:Menlo,Monaco,"Courier New",monospace;font-size:12px;line-height:18px;white-space:pre"><div>    delta = ngx_current_msec;</div><br><div>    (<span style="color:rgb(86,156,214)">void</span>) <span style="color:rgb(220,220,170)">ngx_process_events</span>(cycle, timer, flags);</div><br><div>    delta = ngx_current_msec - delta;</div><br><div>    <span style="color:rgb(220,220,170)">ngx_log_debug1</span>(NGX_LOG_DEBUG_EVENT, cycle-><span style="color:rgb(156,220,254)">log</span>, <span style="color:rgb(181,206,168)">0</span>,</div><div>                   <span style="color:rgb(206,145,120)">"timer delta: </span><span style="color:rgb(244,71,71)">%</span><span style="color:rgb(206,145,120)">M"</span>, delta);</div><br><div>    <span style="color:rgb(220,220,170)">ngx_event_process_posted</span>(cycle, &ngx_posted_accept_events);</div><br></div></div></div></div>