diff options
Diffstat (limited to 'cmds/buttonplugin/Makefile')
| -rw-r--r-- | cmds/buttonplugin/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cmds/buttonplugin/Makefile b/cmds/buttonplugin/Makefile index cf60369..faa8882 100644 --- a/cmds/buttonplugin/Makefile +++ b/cmds/buttonplugin/Makefile @@ -1,5 +1,14 @@ +# with andlabs plugin loaded: +# PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND +# 180006 jcarr 20 0 1918460 41688 31152 S 0.7 0.3 0:00.27 buttonplugin + +# with gocui plugin loaded: +# 180365 jcarr 20 0 1392668 24364 12596 S 2.0 0.2 0:00.09 buttonplugin +# + run: build ./buttonplugin >/tmp/buttonplugin.log 2>&1 + # ./buttonplugin build-release: go get -v -u -x . |
