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
Post a Comment