Hello, I wrote an application that needs to be compared with another one that does the same job.. mine is in OCaml while other one is in Java.
I would like to make two runs on the programs and monitor the RAM usage during the time elapsed by these executions. Both programs are really memory and cpu intensive so I'll have enough data to compare them but I don't know how.
I know that it is not so much meaningful to benchmark applications written in different languages but is there a tool that simply monitors RAM usage of a program during time maybe providing a data set or a graph as the result?
EDIT: ideal operating system is Mac OS X or just unix