In the following image, as we can see there are 2 time which are duration and relative duration. I am not able to find out the basic difference between them. Why is duration of process create is 0.000000? Can i know the how much time it took to start the process in procmon or other software. screenshot of procmon process creation duration
Asked
Active
Viewed 654 times
1 Answers
0
You can find those information within the procmon help file:
- Relative Time: The time of the operation relative to Process Monitor's start time or the last time that the Process Monitor display was cleared.
- Duration: The duration of an operation that has completed.

TobyU
- 3,718
- 2
- 21
- 32
-
so why process creation duration is 0.0000 and is relative time a correct measure to find out the time it took to start an application. – Gaurav Jain Nov 19 '18 at 07:07
-
The duration is never just 0.0000000, at least not in your screenshot. Since every operation is listed, you have to add the values for the same PID together to get what you want. – TobyU Nov 19 '18 at 07:32
-
I have added the new screenshot of procmon of only process creation. I have open excel and powerpoint but still their duration is 0.000000 – Gaurav Jain Nov 19 '18 at 09:29