What command shows the memory usage of a program, i am looking for a command that is simple to use and has similar syntax to the time
command. I am trying to find the memory usage of a md5 hashing program that is written in C and takes 7 seconds to hash "hello world" .
I am using the android operating system with busybox installed.