un your program again, the same as before. 4. Merge the new data in 'gmon.out' into 'gmon.sum' with this command: gprof -s EXECUTABLE-FILE gmon.out gmon.sum 5. Repeat the last two steps as often as you wish. 6. Analyze the cumulative data using this command: gprof EXECUTABLE-FILE gmon.sum > OUTPUT-FILE