• Dmitry Vyukov's avatar
    runtime: add and use modtimer in netpoll · a86f5497
    Dmitry Vyukov authored
    Currently when netpoll deadline is incrementally prolonged,
    we delete and re-add timer each time.
    Add modtimer function that does both and use it when we need
    to modify an existing netpoll timer to avoid unnecessary lock/unlock.
    
    TCP4OneShotTimeout-6  17.2µs ± 0%  17.0µs ± 0%  -0.82%  (p=0.008 n=5+5)
    SetReadDeadline-6      274ns ± 2%   261ns ± 0%  -4.89%  (p=0.008 n=5+5)
    
    Update #25729
    
    Change-Id: I08b89dbbc1785dd180e967a37b0aa23b0c4613a8
    Reviewed-on: https://go-review.googlesource.com/c/146339Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
    a86f5497
Name
Last commit
Last update
.github Loading commit data...
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...