1762264884

This commit is contained in:
2025-11-04 07:01:23 -07:00
parent d65878ff93
commit fead1ad279
+2
View File
@@ -4,6 +4,8 @@
## measure_performance my_command -with -args ## measure_performance my_command -with -args
## measure_performance "my_command -with -args" ## measure_performance "my_command -with -args"
# todo: calculate human readable sizes for mem, r and w
cmd="$@" # da command as a string or as args cmd="$@" # da command as a string or as args
start_date=$(date) start_date=$(date)
start_unixseconds=$(date +%s) start_unixseconds=$(date +%s)