c++ - How to check which millisecond a fault causing a dump happend? -


i have core dump has been generated @ customer site. can find timestamp second dump-file opened. (part of filename.)

is possible see @ millisecond exception has occurred?

this enable me compare more accurately log file (which in milliseconds).

as mentioned above, ".time" how dump occurrence timestamp. user dumps, it's unlikely - observation it's second-level accuracy. kernel dumps have found it's accurate millisecond.

however, i've found "system uptime" in ".time" output accurate millisecond both kernel , user dumps. in case able last boot time millisecond accuracy (for instance calling "wmic os lastbootuptime") add uptime lastbootuptime accurate dump occurrence timestamp.


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -