How to find process life duration via windbg
I am trying to find out for how long the process was running before it crashed. Is it possible to find this in开发者_如何学JAVAformation from the dump.
Use the .time command. I know this works on live targets and I believe it works on dumps as well.
Time spent sleeping isn't charged against thread times.
精彩评论