summaryrefslogtreecommitdiffstats
path: root/usr.sbin/btrace/TODO
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2020-01-27 14:15:25 +0000
committermpi <mpi@openbsd.org>2020-01-27 14:15:25 +0000
commita378a2aa206b37b7de1f40f09d4797595a2afb4c (patch)
tree6cf0b412b48af1a747c7fe4407ed915c9da7d2c8 /usr.sbin/btrace/TODO
parentRename advminphys function to adv_minphys. The prototype and one usage were (diff)
downloadwireguard-openbsd-a378a2aa206b37b7de1f40f09d4797595a2afb4c.tar.xz
wireguard-openbsd-a378a2aa206b37b7de1f40f09d4797595a2afb4c.zip
Implement builtin time() function.
Diffstat (limited to 'usr.sbin/btrace/TODO')
-rw-r--r--usr.sbin/btrace/TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/btrace/TODO b/usr.sbin/btrace/TODO
index ba0ee5aa0dd..4cd60171f47 100644
--- a/usr.sbin/btrace/TODO
+++ b/usr.sbin/btrace/TODO
@@ -5,7 +5,6 @@ Missing features:
- scratch variable ($name)
- `args', tracepoint arguments support (requires kernel work)
- str()
-- time()
- @ = sum(x)
- @ = hist(x)
- @ = lhist(x, min, max, step)