Hi,

I have this little app that executes under 0,2 seconds and I'd like to know what the memory usage is while running.
For example, when timing it, I use: time ./main
Is there something similar for reading memory usage?

Thanks