diff --git a/.zshrc b/.zshrc index 1a84f7f..fe42b67 100644 --- a/.zshrc +++ b/.zshrc @@ -47,10 +47,10 @@ precmd() { . ~/.banner # Report CPU usage for commands running longer than 1 second -REPORTTIME=0 +REPORTTIME=1 -# Report Memory usage for commands running longer than 1 second -REPORTMEMORY=0 +# # Report Memory usage for commands running longer than 1 second +# REPORTMEMORY=1 # Format reports TIMEFMT="%J %U user %S system %P cpu %*E total, %X kB text space %D kB data/stack memory %M kB max. %K kB total, %O iops %I oops, %w waits %c ctx switches"