diff options
author | 2021-01-21 13:19:25 +0000 | |
---|---|---|
committer | 2021-01-21 13:19:25 +0000 | |
commit | 03b76035ea8a602fd1ac9eed3049c9dd6a28fe71 (patch) | |
tree | 4978057a86fbdf9574373ef54e4b58657b2ef9af /lib | |
parent | carp(4): convert ifunit() to if_unit(9) (diff) | |
download | wireguard-openbsd-03b76035ea8a602fd1ac9eed3049c9dd6a28fe71.tar.xz wireguard-openbsd-03b76035ea8a602fd1ac9eed3049c9dd6a28fe71.zip |
Make it possible to convert map arguments to long and insert nsecs in maps.
Necessary to measure latency, example below to better understand the kqueue
select(2) regression:
syscall:select:entry { @start[pid] = nsecs; }
syscall:select:return { @usecs = hist((nsecs - @start[pid]) / 1000); }
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions