Measure actual running time (not execution time) of process?

Viewed 11

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++?

0 Answers
Related