Is there a way to get the time a program has been actually running? It must stop when sending the STOP signal to the process and continue with CONT (in Linux) If there is, is there a way to get it in c++?
Is there a way to get the time a program has been actually running? It must stop when sending the STOP signal to the process and continue with CONT (in Linux) If there is, is there a way to get it in c++?