I have to measure the memory usage and the execution time of the process executed by proc_open(). Measuring the time is not that hard, but I can't find any method to get the memory usage. (the program can terminate very quickly)
Is there any method to get the memory usage of a process executed by proc_open()
?
My OS is windows for some reason..